Minor updates for plugins

This commit is contained in:
michael starke
2016-02-29 15:27:49 +01:00
parent 90c731cbb0
commit c392e32e9a
7 changed files with 15 additions and 7 deletions

View File

@@ -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;