using newer KeePassKit with correct undo/redo support expiration

This commit is contained in:
michael starke
2016-09-01 19:52:34 +02:00
parent 2d0e9d580b
commit 1c39f1c3fe
5 changed files with 74 additions and 2 deletions

View 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