| // | 
| //  MRRoleInformation.h | 
| //  MaoerProject | 
| // | 
| //  Created by eliolu on 2018/8/20. | 
| //  Copyright © 2018年 eliolu. All rights reserved. | 
| // | 
|   | 
| #import <Foundation/Foundation.h> | 
|   | 
| @interface MRRoleInformation : NSObject | 
|   | 
| +(MRRoleInformation *)getInstance; | 
|   | 
| @property(nonatomic, strong) NSString *productid; | 
| @property(nonatomic, strong) NSString *uid; | 
| @property(nonatomic, strong) NSString *email; | 
| @property(nonatomic, strong) NSString *roleid; | 
| @property(nonatomic, strong) NSString *rolename; | 
| @property(nonatomic, strong) NSString *rolelevel; | 
| @property(nonatomic, strong) NSString *extradata; | 
| @property(nonatomic, strong) NSString *serverid; | 
| @property(nonatomic, strong) NSString *gamecno; | 
| @property(nonatomic, strong) NSString *channel; | 
| @property(nonatomic, strong) NSString *notifyurl; | 
| @property(nonatomic, strong) NSString *vip_level; | 
| @property(nonatomic, strong) NSString *type;//create-创角接口/login-角色登陆接口 | 
|   | 
| @end |