HalloweenAPHelperControl.h
599 Bytes
#import <UIKit/UIKit.h>
@interface HalloweenIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* HalloweenDingDanHao;
@property(nonatomic,strong) NSDictionary* HalloweenHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* HalloweenHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *HalloweenHuoWuLieBiaoView;
- (void)HalloweenHuaQianView:(UIViewController*)controller HalloweenHuoWuD:(NSString*)products HalloweenQian:(NSString*)amount HalloweenHuoWuMing:(NSString*)productName HalloweenDingDanHao:(NSString*)DingDanHao;
@end