@protocol MKPlaceCardActionControllerDelegate, _MKPlaceCardConforming, _MKInfoCardAnalyticsDelegate; @interface MUPlaceActionManager : MKPlaceActionManager @property (readonly, nonatomic) id<_MKInfoCardAnalyticsDelegate, _MKPlaceCardConforming, MKPlaceCardActionControllerDelegate> delegate; - (void)_addAddressFooterActions:(id)a0; - (void)_addBasicFooterActions:(id)a0; - (void)_addDroppedPinFooterActions:(id)a0; - (void)_addHomeActionIfNeeded:(id)a0; - (void)_addItemIfInMapsApp:(id)a0 actions:(id)a1; - (void)_addMyLocationFooterActions:(id)a0; - (BOOL)_showWebsite; - (id)createFooterActions; - (id)createMenuActions; @end