@protocol AXLTLockScreenObserverDelegate; @interface AXLTLockScreenObserver : NSObject { int _notifyLockStateToken; BOOL _isScreenLocked; } @property (weak, nonatomic) id delegate; - (id)init; - (void).cxx_destruct; - (void)_registerScreenNotification; - (void)_updateScreenLock:(int)a0; @end