luxlabs header browser preview


@interface _ASCABLEPowerLogger : NSObject {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
    BOOL _didSendStartedEvent;
    BOOL _didSendFinishedEvent;
}

- (id)init;
- (void)dealloc;
- (void)logAuthenticationFinishedEventIfNeeded;
- (void)logAuthenticationStartedEventIfNeeded;

@end