mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 21:09:33 +00:00
using newer KeePassKit with correct undo/redo support expiration
This commit is contained in:
22
MacPass/MPAutotypeBuilderViewController.m
Normal file
22
MacPass/MPAutotypeBuilderViewController.m
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MPAutotypeBuilderViewController.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 01/09/16.
|
||||
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPAutotypeBuilderViewController.h"
|
||||
|
||||
@interface MPAutotypeBuilderViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPAutotypeBuilderViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
// Do view setup here.
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user