luxlabs header browser preview


@interface SleepHealthUI.SleepSettingsProvider : NSObject <HKSPSleepStorePrivateObserver> {
    void /* unknown type, empty encoding */ sleepStore;
    void /* unknown type, empty encoding */ currentSettingsPublisher;
    void /* unknown type, empty encoding */ currentSleepFocusConfigurationPublisher;
}

- (void)sleepStore:(id)a0 sleepSettingsDidChange:(id)a1;
- (void)sleepStore:(id)a0 sleepFocusConfigurationDidUpdate:(id)a1;
- (id)init;
- (void)dealloc;
- (void).cxx_destruct;

@end