Updated KeePassKit (updated documentation)

This commit is contained in:
michael starke
2013-11-04 00:24:21 +01:00
parent 2accaada1a
commit 2c8dba441a
3 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
//
// MPDocument+Autotype.h
// MacPass
//
// Created by Michael Starke on 01/11/13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPDocument.h"
@interface MPDocument (Autotype)
@end

View File

@@ -0,0 +1,13 @@
//
// MPDocument+Autotype.m
// MacPass
//
// Created by Michael Starke on 01/11/13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPDocument+Autotype.h"
@implementation MPDocument (Autotype)
@end