LanternFestivalHaiBaoJuheBaseModel.h 270 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface LanternFestivalHaiBaoJuheBaseModel : NSObject

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

@end