Merge branch 'develop' into feature/template
This commit is contained in:
commit
d27504ad97
@ -32,6 +32,9 @@
|
||||
@property (nullable, weak, nonatomic) MVMCoreLoggingHandler <MVMCoreLoggingDelegateProtocol> *loggingDelegate;
|
||||
@property (nullable, weak, nonatomic) id <MVMCoreGlobalTopAlertDelegateProtocol> globalTopAlertDelegate;
|
||||
|
||||
// A reference to the calling application delegate that should be set. For a normal app, could be the UIApplicationDelegate. For watch, could be WKExtensionDelegate. For iMessage, could be MSMessagesAppViewController. etc, etc. Useful for the framework to call delegate specific functions.
|
||||
@property (nullable, weak, nonatomic) id applicationDelegate;
|
||||
|
||||
// A singleton.
|
||||
+ (nullable instancetype)sharedInstance;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user