@class NSString; @protocol DevicePINControllerDelegate; @interface MCUIPINController : DevicePINController @property (weak, nonatomic) id delegate; @property (nonatomic) unsigned long long style; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)viewWillAppear:(BOOL)a0; - (void).cxx_destruct; - (void)_updateStyle; - (void)presentationControllerDidAttemptToDismiss:(id)a0; - (id)pinInstructionsPrompt; @end