luxlabs header browser preview


@class HDSPProcessStateManager, HKSPPersistentSyncAnchorContainer, HKSPXPCConnectionListener, NSString, HDSPEnvironment;

@interface HDSPSleepStoreServer : NSObject <HKSPSleepServer, HDSPSleepScheduleStateObserver, HDSPSleepScheduleModelObserver, HDSPSleepEventHandler, HDSPSleepModeObserver, HDSPProcessStateManagerDelegate, HKSPXPCConnectionListenerDelegate, HDSPDiagnosticsProvider, HDSPEnvironmentAware>

@property (readonly, nonatomic) HKSPXPCConnectionListener *connectionListener;
@property (readonly, nonatomic) HDSPProcessStateManager *processStateManager;
@property (retain, nonatomic) HKSPPersistentSyncAnchorContainer *syncAnchorContainer;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, weak, nonatomic) HDSPEnvironment *environment;

- (id)eventIdentifiers;
- (void)getSleepEventRecordWithCompletion:(id /* block */)a0;
- (void)environmentWillBecomeReady:(id)a0;
- (void)_performWhenEnvironmentIsReady:(id /* block */)a0 withContext:(id)a1;
- (void)sleepEventIsDue:(id)a0;
- (void)clearWidgetOverrideWithCompletion:(id /* block */)a0;
- (void)sleepAlarmWasDismissedOnDate:(id)a0 source:(unsigned long long)a1 completion:(id /* block */)a2;
- (void)dismissSleepLockWithCompletion:(id /* block */)a0;
- (void)dismissGoodMorningWithCompletion:(id /* block */)a0;
- (id)initWithEnvironment:(id)a0;
- (id)diagnosticDescription;
- (void)sleepScheduleStateDidChange:(unsigned long long)a0 previousState:(unsigned long long)a1 reason:(unsigned long long)a2;
- (void)_notifyClient:(id)a0 forMissedMessagesWithSyncAnchorContainer:(id)a1;
- (void)sleepModeDidChange:(long long)a0 previousMode:(long long)a1 reason:(unsigned long long)a2;
- (void)environmentDidBecomeReady:(id)a0;
- (void)connectWithCompletion:(id /* block */)a0;
- (void)_performWhenEnvironmentIsReady:(id /* block */)a0;
- (void)_performWhenCurrentClientIsReady:(id /* block */)a0;
- (void)setLockScreenOverrideState:(long long)a0 userInfo:(id)a1 completion:(id /* block */)a2;
- (id)initWithEnvironment:(id)a0 connectionListenerProvider:(id /* block */)a1 processStateManager:(id)a2;
- (void)setSleepMode:(long long)a0 reason:(unsigned long long)a1 completion:(id /* block */)a2;
- (void)environmentWillInvalidate:(id)a0;
- (void)sleepScheduleModelManager:(id)a0 didUpdateSleepSettings:(id)a1;
- (void)getSleepSettingsWithCompletion:(id /* block */)a0;
- (void)startListening;
- (void)connectionListenerDidAddClient:(id)a0;
- (void)sleepAlarmWasSnoozedUntilDate:(id)a0 source:(unsigned long long)a1 completion:(id /* block */)a2;
- (void).cxx_destruct;
- (void)checkInWithSyncAnchorContainer:(id)a0 completion:(id /* block */)a1;
- (void)publishNotificationWithIdentifier:(id)a0 userInfo:(id)a1 completion:(id /* block */)a2;
- (void)setWidgetOverrideState:(long long)a0 completion:(id /* block */)a1;
- (void)saveSleepSchedule:(id)a0 completion:(id /* block */)a1;
- (void)sleepScheduleModelManager:(id)a0 didUpdateSleepSchedule:(id)a1;
- (void)publishWakeUpResultsNotificationWithCompletion:(id /* block */)a0;
- (void)getSleepScheduleStateWithCompletion:(id /* block */)a0;
- (id /* block */)_checkForSuspendedBlock;
- (void)getSleepWidgetStateWithCompletion:(id /* block */)a0;
- (void)saveSleepSettings:(id)a0 completion:(id /* block */)a1;
- (void)deleteSleepFocusModeWithCompletion:(id /* block */)a0;
- (void)_performWhenClientIsReady:(id)a0 block:(id /* block */)a1;
- (void)processNoLongerSuspended:(int)a0;
- (void)confirmAwakeWithCompletion:(id /* block */)a0;
- (void)saveSleepEventRecord:(id)a0 completion:(id /* block */)a1;
- (id)diagnosticInfo;
- (void)createSleepFocusModeWithCompletion:(id /* block */)a0;
- (void)sleepAlarmWasModifiedFromSource:(unsigned long long)a0 completion:(id /* block */)a1;
- (void)sleepScheduleModelManager:(id)a0 didUpdateSleepEventRecord:(id)a1;
- (void)getSleepModeWithCompletion:(id /* block */)a0;
- (void)connectionListenerDidRemoveClient:(id)a0;
- (void)processDidBecomeSuspended:(int)a0;
- (void)getSleepScheduleWithCompletion:(id /* block */)a0;

@end