mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-30 16:48:17 +00:00
19 lines
383 B
Objective-C
19 lines
383 B
Objective-C
//
|
|
// MPEntryPasswordAttributeViewController.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 18.10.21.
|
|
// Copyright © 2021 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "MPEntryAttributeViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MPEntryPasswordAttributeViewController : MPEntryAttributeViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|