ImpetrateIAPHelperControl.h 599 Bytes
#import <UIKit/UIKit.h>

@interface ImpetrateIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* ImpetrateDingDanHao;
@property(nonatomic,strong) NSDictionary* ImpetrateHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* ImpetrateHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *ImpetrateHuoWuLieBiaoView;

- (void)ImpetrateHuaQianView:(UIViewController*)controller ImpetrateHuoWuD:(NSString*)products ImpetrateQian:(NSString*)amount ImpetrateHuoWuMing:(NSString*)productName ImpetrateDingDanHao:(NSString*)DingDanHao;

@end