HierophantHaiBaoJuheBaseModel.h 260 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface HierophantHaiBaoJuheBaseModel : NSObject

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

@end