LanternFestivalIAPHelperControl.h
659 Bytes
#import <UIKit/UIKit.h>
@interface LanternFestivalIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* LanternFestivalDingDanHao;
@property(nonatomic,strong) NSDictionary* LanternFestivalHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* LanternFestivalHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *LanternFestivalHuoWuLieBiaoView;
- (void)LanternFestivalHuaQianView:(UIViewController*)controller LanternFestivalHuoWuD:(NSString*)products LanternFestivalQian:(NSString*)amount LanternFestivalHuoWuMing:(NSString*)productName LanternFestivalDingDanHao:(NSString*)DingDanHao;
@end