GardenIAPHelperControl.h 569 Bytes
#import <UIKit/UIKit.h>

@interface GardenIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* GardenDingDanHao;
@property(nonatomic,strong) NSDictionary* GardenHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* GardenHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *GardenHuoWuLieBiaoView;

- (void)GardenHuaQianView:(UIViewController*)controller GardenHuoWuD:(NSString*)products GardenQian:(NSString*)amount GardenHuoWuMing:(NSString*)productName GardenDingDanHao:(NSString*)DingDanHao;

@end