luxlabs header browser preview


@class SLGNotificationActivatedLogger;

@interface SBCameraHardwareButtonStudyLogger : NSObject {
    BOOL _monitoringProcesses;
    SLGNotificationActivatedLogger *_logger;
}

- (id)init;
- (void)dealloc;
- (void)_handleApplicationProcessStateDidChangeNotification:(id)a0;
- (void).cxx_destruct;
- (void)logButtonEvent:(struct __IOHIDEvent { } *)a0;
- (void)logPocketState:(long long)a0;
- (void)_startProcessMonitor;
- (void)_stopProcessMonitor;

@end