Files
MacPass/MacPass/MPTOTPSetupViewController.h

18 lines
322 B
Objective-C

//
// MPTOTPSetupViewController.h
// MacPass
//
// Created by Michael Starke on 10.12.20.
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPTOTPSetupViewController : NSViewController <NSTextFieldDelegate>
@end
NS_ASSUME_NONNULL_END