Added rudementary support to add plugins via the plugin settings tab

This commit is contained in:
michael starke
2017-11-16 17:34:03 +01:00
parent 95659e6121
commit 29a6c39c1f
8 changed files with 144 additions and 18 deletions

View File

@@ -29,8 +29,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (copy, readonly) NSString *applicationName;
@property (copy, readonly, nullable) NSURL *applicationSupportDirectoryURL;
- (NSURL * _Nullable)applicationSupportDirectoryURL:(BOOL)create;
- (NSURL *_Nullable)applicationSupportDirectoryURL:(BOOL)create;
- (void)relaunchAfterDelay:(CGFloat)seconds;
@end
NS_ASSUME_NONNULL_END