@class NSString; @interface CSSiriRestrictionOnLockScreenMonitor : CSEventMonitor <MCProfileConnectionObserver> { BOOL _isRestricted; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (void)_stopMonitoring; - (id)init; - (void)_didReceiveRestrictionChanged:(BOOL)a0; - (void)_notifyObserver:(id)a0 withRestricted:(BOOL)a1; - (void)_startMonitoringWithQueue:(id)a0; - (void)profileConnectionDidReceiveEffectiveSettingsChangedNotification:(id)a0 userInfo:(id)a1; - (void)_didReceiveRestrictionChangedInQueue:(BOOL)a0; - (BOOL)isRestricted; - (BOOL)_checkSiriRestrictedOnLockScreen; @end