AffectionHaiBaoJuheBaseModel.h 259 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface AffectionHaiBaoJuheBaseModel : NSObject

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

@end