UserInfoSava.h
338 Bytes
//
// UserInfoSava.h
// CNLiveUserSystemDemo
//
// Created by iOS on 16/9/18.
// Copyright © 2016年 zhulin. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UserInfoSava : NSObject
+ (void)saveUserinfoDic:(NSDictionary *)userInfo;
+ (void)setLocalUserInfo:(NSString *)userInfo withKey:(NSString *)key;
@end