PoolLoginInfo.h 466 Bytes
//
//  PoolLoginInfo.h
//  public_i9133
//
//  Created by winFan on 12/1/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//

#import "PoolSdk/PoolBaseModel.h"
@interface PoolLoginInfo : PoolBaseModel

@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;//serverSign
@property(nonatomic, strong)NSString *other;//透传
@property(nonatomic, strong)NSString *openId;
@property(nonatomic, strong)NSString *userType;


@end