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

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

@end