Simple cloning added.

This commit is contained in:
michael starke
2014-02-27 22:33:43 +01:00
parent 90d5bc9ef2
commit 7f03985eff
8 changed files with 128 additions and 18 deletions

View File

@@ -165,4 +165,8 @@ typedef NS_OPTIONS(NSUInteger, MPEntrySearchFlags) {
*/
- (IBAction)createEntryFromTemplate:(id)sender;
- (IBAction)cloneEntry:(id)sender;
- (IBAction)cloneEntryWithOptions:(id)sender;
@end