CraftarAPHelperControl.h
579 Bytes
#import <UIKit/UIKit.h>
@interface CraftarIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* CraftarDingDanHao;
@property(nonatomic,strong) NSDictionary* CraftarHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* CraftarHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *CraftarHuoWuLieBiaoView;
- (void)CraftarHuaQianView:(UIViewController*)controller CraftarHuoWuD:(NSString*)products CraftarQian:(NSString*)amount CraftarHuoWuMing:(NSString*)productName CraftarDingDanHao:(NSString*)DingDanHao;
@end