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

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

@end