luxlabs header browser preview


@class ATXCoreDuetContextHelper;
@protocol ATXPredictionContextBuilderProtocol, ATXUpdatePredictionsDelegate;

@interface ATXScreenUnlockUpdateSource : NSObject <ATXUpdatePredictionsSource>

@property (weak, nonatomic) id<ATXUpdatePredictionsDelegate> delegate;
@property (retain, nonatomic) ATXCoreDuetContextHelper *contextHelper;
@property (retain, nonatomic) id<ATXPredictionContextBuilderProtocol> predictionContextBuilder;

- (id)init;
- (void)_listenForScreenUnlock;
- (void).cxx_destruct;
- (id)initWithContextHelper:(id)a0 predictionContextBuilder:(id)a1;
- (void)_handleScreenUnlockEvent;

@end