Purge MatrixSDKHandler

This commit is contained in:
giomfo
2015-04-17 14:24:08 +02:00
parent 72d752155d
commit 718ccd93ec
9 changed files with 325 additions and 440 deletions
@@ -18,5 +18,11 @@
@interface HomeViewController : MXKTableViewController <UITextFieldDelegate, UISearchBarDelegate>
/**
Associated matrix REST Client (nil by default). Ignored if mxSession is defined.
This property is used to make Matrix API requests when no matrix session is provided.
*/
@property (nonatomic) MXRestClient *mxRestClient;
@end