ThoseyearHaiBaoJuheBaseModel.h 258 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface ThoseyearHaiBaoJuheBaseModel : NSObject

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

@end