mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 12:59:25 +00:00
Minor updates for plugins
This commit is contained in:
@@ -37,14 +37,14 @@ FOUNDATION_EXPORT NSString *const kMPPluginFileExtension;
|
||||
|
||||
@class KPKTree;
|
||||
|
||||
@protocol MPTreeImporting <NSObject>
|
||||
@protocol MPPluginExporting <NSObject>
|
||||
|
||||
@required
|
||||
- (KPKTree *)importTreeAtURL:(NSURL *)url error:(NSError **)error;
|
||||
|
||||
@end
|
||||
|
||||
@protocol MPTreeExporting <NSObject>
|
||||
@protocol MPPluginImporting <NSObject>
|
||||
|
||||
@required
|
||||
- (NSData *)dataForTree:(KPKTree *)tree error:(NSError **)error;
|
||||
|
||||
Reference in New Issue
Block a user