Added default Autotype sequence to settings. Using sepearte MPTreeDeleagte for autotype and editing

This commit is contained in:
michael starke
2014-09-01 19:28:29 +02:00
parent 8ab4d9f787
commit 2aef949a5b
5 changed files with 37 additions and 3 deletions

View File

@@ -9,6 +9,10 @@
#import <Foundation/Foundation.h>
#import "KPKTree.h"
@class MPDocument;
@interface MPTreeDelegate : NSObject <KPKTreeDelegate>
- (instancetype)initWithDocument:(MPDocument *)document;
@end