More imporvements on the Plugin System

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-11-20 12:59:20 +01:00
parent 89a9d6c9e6
commit c7a0cfabd1
12 changed files with 190 additions and 94 deletions

View File

@@ -45,4 +45,12 @@ NSString *const kMPPluginFileExtension = @"mpplugin";
}
- (void)didLoadPlugin {
}
- (void)willUnloadPlugin {
}
@end