Update Settings Tab in sample project (add logout support)

This commit is contained in:
giomfo
2014-10-08 18:55:26 +02:00
parent fa07e83ca5
commit 7a95caf0cd
11 changed files with 801 additions and 1383 deletions
+2
View File
@@ -19,6 +19,7 @@
@interface MatrixHandler : NSObject
@property (strong, nonatomic) MXHomeServer *homeServer;
@property (strong, nonatomic) MXSession *session;
@property (strong, nonatomic) NSString *homeServerURL;
@property (strong, nonatomic) NSString *userLogin;
@@ -28,5 +29,6 @@
+ (id)sharedHandler;
- (BOOL)isLogged;
- (void)logout;
@end