@class NSString; @protocol SFAirDropViewServiceHostProtocol; @interface _SFAirDropRemoteViewController : _UIRemoteViewController @property (weak, nonatomic) id airDropHost; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)exportedInterface; + (id)serviceViewControllerInterface; - (void).cxx_destruct; - (id)airDropExtensionService; - (void)airDropViewServiceDidFinishTransferWithSuccess:(BOOL)a0; - (void)airDropViewServiceDidRequestDismissal; - (void)airDropViewServiceDidStartTransfer; - (void)airDropViewServiceRequestingSendingAppBundleIdentifierWithCompletionHandler:(id /* block */)a0; - (void)airDropViewServiceRequestingSharedItemsWithDataRequest:(id)a0 completionHandler:(id /* block */)a1; - (void)airDropViewServiceWillStartTransferToRecipient:(id)a0; @end