Sign in

iOS Team / CNLiveUserSystemSDKDemo · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveUserSystemSDKDemo
  • CNLiveUserSystemDemo
  • CNLiveUserSystemDemo
  • Tools
  • Tools.h
  • 修改文件夹
    5824c40c
    朱林 authored
    2016-10-10 17:00:02 +0800  
    Browse Code »
Tools.h 329 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  Tools.h
//  CNLiveUserSystemDemo
//
//  Created by iOS on 16/9/18.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Tools : NSObject

+ (BOOL)isLogin;

+ (void)setUserLogin:(BOOL)isLogin;

+ (NSDictionary *)getLocalUserInfo;

+ (void)toast:(NSString *)message;

@end