OTP setup view controller gets show and parses url strings

This commit is contained in:
Michael Starke
2020-12-31 20:23:45 +01:00
parent 06413b26df
commit 7a4d80fd47
7 changed files with 87 additions and 27 deletions

View File

@@ -14,6 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface MPTOTPViewController : NSViewController
@property (strong) IBOutlet HNHUITextField *toptValueTextField;
@property (strong) IBOutlet NSButton *remainingTimeButton;
@property (strong) IBOutlet NSButton *showSetupButton;
@end