TUILocalStorage Class Reference

Inherits from NSObject
Declared in TUILocalStorage.h
TUILocalStorage.m

+ sharedInstance

+ (instancetype)sharedInstance

– pendencyReadTimestamp

- (NSInteger)pendencyReadTimestamp

– setPendencyReadTimestamp:

- (void)setPendencyReadTimestamp:(NSInteger)pendencyReadTimestamp

– topConversationList

- (NSArray *)topConversationList

– addTopConversation:

- (void)addTopConversation:(NSString *)conv

– removeTopConversation:

- (void)removeTopConversation:(NSString *)conv

– saveLogin:withPwd:withAppId:withUserSig:

- (void)saveLogin:(NSString *)user withPwd:(NSString *)pwd withAppId:(NSUInteger)appId withUserSig:(NSString *)sig

– logout

- (void)logout

– login:

- (void)login:(loginBlock)callback