@class NSString; @protocol SFActivityAdvertiserDelegate; @interface SFActivityAdvertiser : SFXPCClient @property id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedAdvertiser; - (void)_getRemoteObjectProxyOnQueue:(id /* block */)a0; - (BOOL)shouldEscapeXpcTryCatch; - (id)exportedInterface; - (id)remoteObjectInterface; - (void)pairedDevicesChanged:(id)a0; - (id)init; - (void)fetchPeerForUUID:(id)a0 withCompletionHandler:(id /* block */)a1; - (void)advertiseAdvertisementPayload:(id)a0 options:(id)a1; - (void)fetchSFPeerDevicesWithCompletionHandler:(id /* block */)a0; - (id)machServiceName; - (void)fetchLoginIDWithCompletionHandler:(id /* block */)a0; - (void)activityPayloadForAdvertisementPayload:(id)a0 command:(id)a1 requestedByDevice:(id)a2 withCompletionHandler:(id /* block */)a3; - (void)didSendPayloadForActivityIdentifier:(id)a0 toDevice:(id)a1 error:(id)a2; @end