HierophantIAPHelperControl.h 609 Bytes
#import <UIKit/UIKit.h>

@interface HierophantIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* HierophantDingDanHao;
@property(nonatomic,strong) NSDictionary* HierophantHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* HierophantHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *HierophantHuoWuLieBiaoView;

- (void)HierophantHuaQianView:(UIViewController*)controller HierophantHuoWuD:(NSString*)products HierophantQian:(NSString*)amount HierophantHuoWuMing:(NSString*)productName HierophantDingDanHao:(NSString*)DingDanHao;

@end