mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Updated KeePassKit (updated documentation)
This commit is contained in:
Submodule KeePassKit updated: 7def350e3e...a25ed9868e
13
MacPass/MPDocument+Autotype.h
Normal file
13
MacPass/MPDocument+Autotype.h
Normal 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
|
||||
13
MacPass/MPDocument+Autotype.m
Normal file
13
MacPass/MPDocument+Autotype.m
Normal 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
|
||||
Reference in New Issue
Block a user