mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 17:39:24 +00:00
Added MPTreeDelegate stubb
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "KPKTree.h"
|
||||
|
||||
@interface MPTreeDelegate : NSObject
|
||||
@interface MPTreeDelegate : NSObject <KPKTreeDelegate>
|
||||
|
||||
@end
|
||||
|
||||
@@ -10,4 +10,9 @@
|
||||
|
||||
@implementation MPTreeDelegate
|
||||
|
||||
- (NSString *)defaultAutotypeSequenceForTree:(KPKTree *)tree {
|
||||
/* TODO use Settings for the default autotype sequence */
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user