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

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

@end