@class NSString, NSXPCConnection, SMHeartbeatTimer, NSObject; @protocol OS_dispatch_queue; @interface SMSafetyMonitorManager : NSObject @property (retain, nonatomic) NSXPCConnection *xpcConnection; @property (retain, nonatomic) NSString *restorationIdentifier; @property (retain, nonatomic) NSObject *queue; @property (retain, nonatomic) SMHeartbeatTimer *heartbeatTimer; @property (copy, nonatomic) id /* block */ initiatorSafetyCacheHandler; @property (copy, nonatomic) id /* block */ sessionStateHandler; @property (copy, nonatomic) id /* block */ receiverSessionStatusHandler; @property (copy, nonatomic) id /* block */ receiverSafetyCacheHandler; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)defaultManager; - (void)createConnection; - (id)init; - (void)dealloc; - (void)_createConnection; - (id)_proxyForServicingSelector:(SEL)a0 asynchronous:(BOOL)a1 withErrorHandler:(id /* block */)a2; - (id)_getConnection; - (void).cxx_destruct; - (void)handleDaemonStart; - (id)_proxyForServicingSelector:(SEL)a0 withErrorHandler:(id /* block */)a1; - (id)initWithRestorationIdentifier:(id)a0; - (void)iMessageConversationDeletedFor:(id)a0; - (void)fetchMostLikelyReceiverHandlesWithHandler:(id /* block */)a0; - (void)iMessageDeletedFor:(id)a0; - (void)iMessageReceived:(id)a0 fromHandle:(id)a1 fromMe:(BOOL)a2; - (void)iMessageScheduledSendCancelFor:(id)a0 successful:(BOOL)a1 withError:(id)a2; - (void)iMessageScheduledSendScheduledFor:(id)a0 guid:(id)a1 successful:(BOOL)a2 withError:(id)a3; - (void)iMessageScheduledSendTriggeredFor:(id)a0; - (void)iMessageSendFor:(id)a0 guid:(id)a1 successful:(BOOL)a2 withError:(id)a3; - (long long)prepareUserInfoForNotificationContent:(id)a0 initiatorHandle:(id)a1 messageUrl:(id)a2; - (void)respondToNotificationWithIdentifier:(id)a0 sessionIdentifier:(id)a1 actionIdentifier:(id)a2 handler:(id /* block */)a3; - (BOOL)shouldDropMessage:(id)a0 from:(id)a1 fromMe:(BOOL)a2; - (void)shouldShowKeyboardSuggestionsForInitiator:(id)a0 receiver:(id)a1 handler:(id /* block */)a2; - (void)shouldShowTipKitSuggestionsForInitiator:(id)a0 receiver:(id)a1 handler:(id /* block */)a2; - (void)fetchCurrentSessionStateWithHandler:(id /* block */)a0; - (void)startMonitoringSessionStateWithHandler:(id /* block */)a0; - (void)stopMonitoringSessionStateWithHandler:(id /* block */)a0; - (void)calculateDistanceToDestination:(id)a0 completionHandler:(id /* block */)a1; - (void)cancelInitializationForSessionID:(id)a0 handler:(id /* block */)a1; - (void)cancelInitializationWithHandler:(id /* block */)a0; - (void)cancelMadridMessageSendForMessageGUID:(id)a0 toHandle:(id)a1 completion:(id /* block */)a2; - (void)checkEligibilityOfDestination:(id)a0 completionHandler:(id /* block */)a1; - (void)checkInitiatorEligibilityWithHandler:(id /* block */)a0; - (void)clearSessionMonitorStatesWithHandler:(id /* block */)a0; - (void)clearSessionsWithHandler:(id /* block */)a0; - (void)clearSuggestionsWithHandler:(id /* block */)a0; - (void)clearTriggerDestinationStatesWithHandler:(id /* block */)a0; - (void)endSessionForSessionID:(id)a0 reason:(unsigned long long)a1 handler:(id /* block */)a2; - (void)estimateEtaToDestination:(id)a0 transportType:(unsigned long long)a1 completionHandler:(id /* block */)a2; - (void)fetchAllReceiverSessionStatusWithCompletion:(id /* block */)a0; - (void)fetchInitiatorSafetyCacheForSessionID:(id)a0 completion:(id /* block */)a1; - (void)fetchMostLikelySessionDestinationsWithHandler:(id /* block */)a0; - (void)fetchMostRecentSessionMonitorStateWithSessionID:(id)a0 handler:(id /* block */)a1; - (void)fetchReceiverSafetyCacheForSessionID:(id)a0 completion:(id /* block */)a1; - (void)fetchReceiverSessionStatusForSessionID:(id)a0 completion:(id /* block */)a1; - (void)fetchSessionConfigurationsWithOptions:(id)a0 handler:(id /* block */)a1; - (void)fetchSessionManagerStatesWithOptions:(id)a0 handler:(id /* block */)a1; - (void)fetchSessionReceiptForSessionID:(id)a0 completion:(id /* block */)a1; - (void)fetchShouldShowProactiveSuggestionsWithHandler:(id /* block */)a0; - (void)fetchSuggestedSessionConfigurationWithHandler:(id /* block */)a0; - (void)fetchSuggestionsCountWithOptions:(id)a0 handler:(id /* block */)a1; - (void)fetchSuggestionsWithOptions:(id)a0 handler:(id /* block */)a1; - (void)fetchTriggerDestinationStateWithSessionID:(id)a0 handler:(id /* block */)a1; - (void)initializeSessionWithHandle:(id)a0 handler:(id /* block */)a1; - (void)launchSessionInitiationUIWithConfiguration:(id)a0 handler:(id /* block */)a1; - (void)modifySessionWithConfiguration:(id)a0 handler:(id /* block */)a1; - (void)onInitiatorSafetyCacheChangeForSessionID:(id)a0 phoneCache:(id)a1 watchCache:(id)a2 cacheExpiryDate:(id)a3 cacheReleaseDate:(id)a4; - (void)onReceiverSafetyCacheChangeForSessionID:(id)a0 phoneCache:(id)a1 watchCache:(id)a2; - (void)onReceiverSessionStatusChangeForSessionID:(id)a0 sessionStatus:(id)a1; - (void)onSessionStateChanged:(id)a0 forActiveDevice:(BOOL)a1 withError:(id)a2; - (void)promptDestinationAnomalyVerificationWithContext:(id)a0 handler:(id /* block */)a1; - (void)promptRoundTripAnomalyVerificationWithContext:(id)a0 handler:(id /* block */)a1; - (void)promptSafeArrivalWithContext:(id)a0 handler:(id /* block */)a1; - (void)promptTimerEndedVerificationWithContext:(id)a0 handler:(id /* block */)a1; - (double)requestTimeFromTimed; - (void)respondToTriggerPromptForSessionID:(id)a0 response:(long long)a1 handler:(id /* block */)a2; - (void)runProactiveSuggestionsEngineWithContext:(id)a0 shouldStoreSuggestions:(BOOL)a1 handler:(id /* block */)a2; - (void)scheduleMadridMessageSendForMessage:(id)a0 messageGUID:(id)a1 associatedGUID:(id)a2 sendDate:(id)a3 toHandle:(id)a4 summaryText:(id)a5 completion:(id /* block */)a6; - (void)sendHeartbeatForSessionID:(id)a0 handler:(id /* block */)a1; - (void)sendIDSMessage:(id)a0 toHandle:(id)a1 completion:(id /* block */)a2; - (void)sendIDSMessageToMyDevices:(id)a0 completion:(id /* block */)a1; - (void)sendIDSMessageToMyNearbyDevices:(id)a0 completion:(id /* block */)a1; - (void)sendIDSMessageToPairedDevice:(id)a0 completion:(id /* block */)a1; - (void)sendMadridMessage:(id)a0 associatedGUID:(id)a1 toHandle:(id)a2 summaryText:(id)a3 completion:(id /* block */)a4; - (void)sendSafetyCacheForSessionID:(id)a0 handler:(id /* block */)a1; - (void)showSuggestionsDetectionUIWithSuggestion:(id)a0 handler:(id /* block */)a1; - (void)startMonitoringInitiatorSafetyCacheWithHandler:(id /* block */)a0; - (void)startMonitoringReceiverSafetyCacheWithHandler:(id /* block */)a0; - (void)startMonitoringReceiverSessionStatusWithHandler:(id /* block */)a0; - (void)startSessionWithConfiguration:(id)a0 handler:(id /* block */)a1; - (void)stopMonitoringInitiatorSafetyCacheWithCompletion:(id /* block */)a0; - (void)stopMonitoringReceiverSafetyCacheWithCompletion:(id /* block */)a0; - (void)stopMonitoringReceiverSessionStatusWithCompletion:(id /* block */)a0; - (void)storeSessionConfigurations:(id)a0 handler:(id /* block */)a1; - (void)storeSessionManagerStates:(id)a0 handler:(id /* block */)a1; - (void)storeSessionMonitorStates:(id)a0 handler:(id /* block */)a1; - (void)storeSuggestions:(id)a0 handler:(id /* block */)a1; - (void)storeTriggerDestinationStates:(id)a0 handler:(id /* block */)a1; - (void)userRequestedCacheDownloadForSessionID:(id)a0 completion:(id /* block */)a1; - (void)_setUpMonitoring; - (void)_startHeartbeatForSessionID:(id)a0; - (void)_stopHeartbeat; - (id)createSMProxyErrorWithSelector:(SEL)a0 error:(id)a1; - (void)launchTaskWithSelector:(SEL)a0 remainingAttempts:(unsigned long long)a1 proxyErrorHandler:(id /* block */)a2 taskBlock:(id /* block */)a3; - (void)processStateForHeartbeat:(id)a0 forActiveDevice:(BOOL)a1 withError:(id)a2; - (void)submitInitializationAnalyticsEventWithError:(id)a0 duration:(double)a1; @end