changed API for plugin repository

This commit is contained in:
Michael Starke
2018-05-15 15:02:00 +02:00
parent 98cfdadcfe
commit 0c702ec351
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
@interface MPPluginRepository : NSObject
@property (class, strong, readonly) MPPluginRepository *sharedRespoitory;
@property (class, strong, readonly) MPPluginRepository *defaultRepository;
@property (nonatomic, copy) NSArray<MPPluginRepositoryItem *> *availablePlugins;