Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// GiGaUserManager.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/15.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "GiGaUser.h"
|
||||
@interface GiGaUserManager : NSObject
|
||||
|
||||
@property(nonatomic,strong) GiGaUser *user;
|
||||
|
||||
+(instancetype)shareUser;
|
||||
- (void)saveUser:(GiGaUser *)user;
|
||||
- (GiGaUser*)getCurrentUser;
|
||||
-(void)loginOut;
|
||||
|
||||
/**
|
||||
版本升级检测
|
||||
*/
|
||||
//-(void)detectionUserUpgrade;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user