@class FMXPCSession, SPLocationFetchContext, NSString; @protocol SPOwnerSessionXPCProtocol; @interface SPOwnerSessionLocationFetch : NSObject @property (retain, nonatomic) FMXPCSession *session; @property (retain, nonatomic) id proxy; @property (copy, nonatomic) id /* block */ locationUpdates; @property (copy, nonatomic) id /* block */ locationFetchSessionInvalidationBlock; @property (nonatomic) unsigned long long retryCount; @property (copy, nonatomic) SPLocationFetchContext *lastContext; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)exportedInterface; + (id)remoteInterface; - (void)invalidationHandler:(id)a0; - (void)setLocationUpdateBlock:(id /* block */)a0; - (void)locationForContext:(id)a0 completion:(id /* block */)a1; - (void)subscribeAndFetchLocationForContext:(id)a0 completion:(id /* block */)a1; - (void)unsubscribeLocationUpdatesWithCompletion:(id /* block */)a0; - (void)interruptionHandler:(id)a0; - (void)setInvalidationBlock:(id /* block */)a0; - (void)receivedUpdatedLocation:(id)a0; - (id)init; - (void).cxx_destruct; - (double)_decayedWaitIntervalForRetryCount:(unsigned long long)a0; @end