mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +00:00
14 lines
264 B
Objective-C
14 lines
264 B
Objective-C
//
|
|
// MPAutotypeBuilderViewController.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 01/09/16.
|
|
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MPAutotypeBuilderViewController : NSViewController
|
|
|
|
@end
|