luxlabs header browser preview


@class HKSPSleepStore, NSArray;
@protocol NAScheduler;

@interface HKSPSleepWidgetManager : NSObject

@property (readonly, weak, nonatomic) HKSPSleepStore *sleepStore;
@property (readonly, nonatomic) NSArray *timelineControllers;
@property (readonly, nonatomic) id<NAScheduler> reloadScheduler;

+ (id)defaultTimelineControllers;
+ (BOOL)_shouldForceWidgetReload:(unsigned long long)a0;
+ (id)_widgetReloadDescription:(unsigned long long)a0;
+ (id)widgetBundleIdentifierForCurrentDevice;

- (id)initWithSleepStore:(id)a0 timelineControllers:(id)a1;
- (id)initWithSleepStore:(id)a0;
- (void).cxx_destruct;
- (void)reloadWidgetsWithReason:(unsigned long long)a0;

@end