WanderIAPHelperControl.h
569 Bytes
#import <UIKit/UIKit.h>
@interface WanderIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* WanderDingDanHao;
@property(nonatomic,strong) NSDictionary* WanderHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* WanderHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *WanderHuoWuLieBiaoView;
- (void)WanderHuaQianView:(UIViewController*)controller WanderHuoWuD:(NSString*)products WanderQian:(NSString*)amount WanderHuoWuMing:(NSString*)productName WanderDingDanHao:(NSString*)DingDanHao;
@end