Merge branch 'app-extension-improvements' of https://github.com/aramsargsyan/riot-ios into app-extension-improvements

This commit is contained in:
Aram Sargsyan
2017-08-22 19:56:30 +04:00
4 changed files with 120 additions and 94 deletions
@@ -19,6 +19,12 @@
@class ShareExtensionManager;
/**
Posted when the matrix session has been changed.
The notification object is the matrix session.
*/
extern NSString *const kShareExtensionManagerDidChangeMXSessionNotification;
/**
The protocol for the manager's delegate
*/
@@ -58,6 +64,11 @@
*/
@property (nonatomic) NSExtensionContext *shareExtensionContext;
/**
The associated matrix session (nil by default).
*/
@property (nonatomic, readonly) MXSession *mxSession;
/**
A delegate used to notify about needed UI changes when sharing
*/