From 9716bfc8e86fff68d3e5d9aac42dcf98af939d88 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 30 Nov 2020 15:44:36 +0100 Subject: [PATCH] Deleted unused header file --- MacPass/MPOTPViewController.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 MacPass/MPOTPViewController.h diff --git a/MacPass/MPOTPViewController.h b/MacPass/MPOTPViewController.h deleted file mode 100644 index 021445f1..00000000 --- a/MacPass/MPOTPViewController.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MPOTPViewController.h -// MacPass -// -// Created by Michael Starke on 27.11.20. -// Copyright © 2020 HicknHack Software GmbH. All rights reserved. -// - -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface MPTOTPViewController : NSViewController -@property (strong) IBOutlet HNHUITextField *toptValueTextField; -@property (strong) IBOutlet NSProgressIndicator *remainingTimeProgressIndicator; - -@end - -NS_ASSUME_NONNULL_END