luxlabs header browser preview


@class NSString, UIKeyboard, DevicePINController;

@interface KeychainSyncDevicePINController : PSKeychainSyncTextEntryController {
    DevicePINController *_devicePINController;
    BOOL _showingBlockedMessage;
}

@property (retain, nonatomic) UIKeyboard *disabledKeyboard;
@property (retain, nonatomic) NSString *enterPasscodeTitle;
@property (retain, nonatomic) NSString *enterPasscodeReason;

- (id)init;
- (void)viewWillAppear:(BOOL)a0;
- (void)dealloc;
- (id)specifiers;
- (void)viewWillDisappear:(BOOL)a0;
- (void).cxx_destruct;
- (long long)tableView:(id)a0 titleAlignmentForFooterInSection:(long long)a1;
- (void)didFinishEnteringText:(id)a0;
- (void)updateBlockedState:(id)a0;

@end