mustangPromotionHaiBaoJuheBaseModelsutton.h 272 Bytes
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
 
@interface mustangPromotionHaiBaoJuheBaseModelsutton : NSObject

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

@end