AppConfig: Fix Steve's remarks

This commit is contained in:
manuroe
2020-07-29 10:03:37 +02:00
parent 19432720d3
commit 2e0ee3bb7d
10 changed files with 72 additions and 13 deletions
@@ -19,6 +19,7 @@
@class ShareExtensionManager;
@class SharePresentingViewController;
@protocol Configurable;
/**
Posted when the matrix user account and his data has been checked and updated.
@@ -91,6 +92,9 @@ extern NSString *const kShareExtensionManagerDidUpdateAccountDataNotification;
*/
@property (nonatomic, weak) id<ShareExtensionManagerDelegate> delegate;
// Build Settings
@property (nonatomic, readonly) id<Configurable> configuration;
/**
The singleton instance
*/