@class NSString, NSMutableDictionary; @protocol SFAirDropTransferObserverDelegate; @interface _SFAirDropTransferObserver : SFXPCClient @property (retain) NSMutableDictionary *transferIdentifierToTransfer; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_getRemoteObjectProxyOnQueue:(id /* block */)a0; - (BOOL)shouldEscapeXpcTryCatch; - (id)exportedInterface; - (id)remoteObjectInterface; - (id)init; - (void)removedTransfer:(id)a0; - (void)invalidate; - (void)activate; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; - (void)updatedTransfer:(id)a0; - (id)machServiceName; - (void)updateActionHandlersOnTransfer:(id)a0; - (void)observeForLocalOnlyPropertiesOnTransfer:(id)a0; - (void)removeObserverForLocalOnlyPropertiesOnTransfer:(id)a0; @end