Deleted unused header file

This commit is contained in:
Michael Starke
2020-11-30 15:44:36 +01:00
parent e08b116aa0
commit 9716bfc8e8

View File

@@ -1,20 +0,0 @@
//
// 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