HeroesIAPHelperControl.h
569 Bytes
#import <UIKit/UIKit.h>
@interface HeroesIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* HeroesDingDanHao;
@property(nonatomic,strong) NSDictionary* HeroesHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* HeroesHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *HeroesHuoWuLieBiaoView;
- (void)HeroesHuaQianView:(UIViewController*)controller HeroesHuoWuD:(NSString*)products HeroesQian:(NSString*)amount HeroesHuoWuMing:(NSString*)productName HeroesDingDanHao:(NSString*)DingDanHao;
@end