@class HKSPSleepScheduleModel, NSString, HDSPGoodMorningAlertWaitingState, NSDate, HDSPGoodMorningAlertPresentingState, HDSPGoodMorningAlertDisabledState; @protocol HDSPGoodMorningAlertStateMachineInfoProvider, HDSPGoodMorningAlertStateMachineDelegate, NAScheduler; @interface HDSPGoodMorningAlertStateMachine : HKSPPersistentStateMachine @property (readonly, weak, nonatomic) id delegate; @property (readonly, weak, nonatomic) id infoProvider; @property (readonly, nonatomic) HDSPGoodMorningAlertDisabledState *disabledState; @property (readonly, nonatomic) HDSPGoodMorningAlertWaitingState *waitingState; @property (readonly, nonatomic) HDSPGoodMorningAlertPresentingState *presentingState; @property (readonly, nonatomic) id callbackScheduler; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) NSDate *currentDate; @property (readonly, nonatomic) BOOL goodMorningAlertEnabled; @property (readonly, nonatomic) HKSPSleepScheduleModel *sleepScheduleModel; @property (readonly, nonatomic) unsigned long long sleepScheduleState; @property (readonly, nonatomic) BOOL isAppleWatch; @property (readonly, nonatomic) BOOL isOnCharger; - (void)dismissAlertForGoodMorning; - (void)presentAlertForGoodMorning; - (void)sleepScheduleStateChangedToWakeUp; - (id)initWithIdentifier:(id)a0 persistence:(id)a1 delegate:(id)a2 infoProvider:(id)a3 currentDateProvider:(id /* block */)a4; - (id)allStates; - (unsigned long long)loggingCategory; - (void)sleepScheduleStateChangedToBedtime; - (void).cxx_destruct; @end