client_Hale
2019-01-18 d38ccc61d18668f8bfe467b5c5b62f505ec1b7f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  XHAuxiliaryUserAccount.h
//  XHAuxiliarySDK
//
//  Created by lllll-xy on 18/4/4.
//  Copyright © 2018年 lllll-xy. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface XHAuxiliaryUserAccount : NSObject
 
@property (nonatomic,copy) NSString *accountToken;
 
@property (nonatomic,copy) NSString *accountUid;
 
@property (nonatomic,copy) NSString *errorMsg;
 
@end