HaiBaoJuheLoginInfo.h 360 Bytes
#import "HaiBaoJuheSDK/DevilmaycryHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : DevilmaycryHaiBaoJuheBaseModel

@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
@property(nonatomic, strong)NSString *other;
@property(nonatomic, strong)NSString *openId;
@property(nonatomic, strong)NSString *userType;


@end