@class PRXAction, CUSystemMonitor, UIImageView, NSString; @protocol TSSIMSetupFlowDelegate; @interface TSPRXDeviceUnlockViewController : PRXCardContentViewController { int springBoardLockStateNotifyToken; } @property (weak) id delegate; @property (retain) PRXAction *action; @property (retain) UIImageView *radioImageView; @property (retain) CUSystemMonitor *systemMonitor; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)_isSecureForRemoteViewService; - (id)init; - (void)dealloc; - (void)viewDidLoad; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (void)_handleLockState:(int)a0; - (void)_registerLockState; - (void)_screenStateChanged; - (void)_startSystemMonitor; - (void)_stopSystemMonitor; - (void)_unlockScreen; - (void)_unregisterLockState; @end