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

This commit is contained in:
Aram Sargsyan
2017-08-25 18:12:15 +04:00
14 changed files with 200 additions and 100 deletions
@@ -18,6 +18,7 @@
#import <MatrixKit/MatrixKit.h>
@class ShareExtensionManager;
@class SharePresentingViewController;
/**
Posted when the matrix session has been changed.
@@ -64,6 +65,11 @@ extern NSString *const kShareExtensionManagerDidChangeMXSessionNotification;
*/
@property (nonatomic) NSExtensionContext *shareExtensionContext;
/**
The share app extensions primary view controller.
*/
@property (nonatomic) SharePresentingViewController *primaryViewController;
/**
The associated matrix session (nil by default).
*/