RemasterHaiBaoJuheBaseModel.h 256 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface RemasterHaiBaoJuheBaseModel : NSObject

- (NSString *)RemasterHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;

@end