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

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

@end