mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
AppConfig: Fix Steve's remarks
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user