luxlabs header browser preview


@class NSMutableArray, NSObject;
@protocol OS_dispatch_queue;

@interface ATXAmbientLightMonitor : NSObject {
    struct __IOHIDEventSystemClient { } *_client;
    struct __IOHIDServiceClient { } *_sender;
    NSObject<OS_dispatch_queue> *_queue;
    NSMutableArray *_sampledAmbientLightValues;
    int _sampledAmbientLightValuesCurrentIndex;
    double _lastSampleTimestamp;
}

+ (id)sharedInstance;
+ (int)getAmbientLightTypeForXValue:(double)a0 YValue:(double)a1 ZValue:(double)a2;

- (id)init;
- (void)dealloc;
- (void)start;
- (id)getCurrentSampledValues;
- (id)initWithoutMonitoring;
- (void)addSampleWithXValue:(id)a0 YValue:(id)a1 ZValue:(id)a2;
- (void).cxx_destruct;
- (int)getCurrentAmbientLightType;

@end