mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 22:39:37 +00:00
WIP on adding TOTP ui to entry view
This commit is contained in:
20
MacPass/MPTOTPViewController.h
Normal file
20
MacPass/MPTOTPViewController.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// MPOTPViewController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 27.11.20.
|
||||
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <HNHUi/HNHUi.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MPTOTPViewController : NSViewController
|
||||
@property (strong) IBOutlet HNHUITextField *toptValueTextField;
|
||||
@property (strong) IBOutlet NSProgressIndicator *remainingTimeProgressIndicator;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user