luxlabs header browser preview


@class NSObject, NPSManager;
@protocol OS_dispatch_queue;

@interface NTKClockStatusBarSettings : NSObject {
    NPSManager *_npsManager;
    BOOL _notificationsIndicatorEnabled;
    NSObject<OS_dispatch_queue> *_prefsQueue;
}

+ (id)sharedInstance;

- (id)init;
- (void)dealloc;
- (void)_notifyClientsOfChange;
- (void).cxx_destruct;
- (void)_handlePrefsChanged;
- (BOOL)isNotificationsIndicatorEnabled;
- (BOOL)_isNotificationsIndicatorEnabledInPreferences;
- (void)setNotificationsIndicatorEnabled:(BOOL)a0;

@end