BreathlessIAPHelperControl.h
609 Bytes
#import <UIKit/UIKit.h>
@interface BreathlessIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* BreathlessDingDanHao;
@property(nonatomic,strong) NSDictionary* BreathlessHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BreathlessHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BreathlessHuoWuLieBiaoView;
- (void)BreathlessHuaQianView:(UIViewController*)controller BreathlessHuoWuD:(NSString*)products BreathlessQian:(NSString*)amount BreathlessHuoWuMing:(NSString*)productName BreathlessDingDanHao:(NSString*)DingDanHao;
@end