// // TianQingUserAccount.h // TianQingSDK // // Created by lllll-xy on 18/4/4. // Copyright © 2018年 lllll-xy. All rights reserved. // #import @interface TianQingUserAccount : NSObject @property (nonatomic,copy) NSString *accountToken; @property (nonatomic,copy) NSString *accountUid; @property (nonatomic,copy) NSString *errorMsg; @end