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

@interface AthenaIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* AthenaDingDanHao;
@property(nonatomic,strong) NSDictionary* AthenaHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* AthenaHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *AthenaHuoWuLieBiaoView;

- (void)AthenaHuaQianView:(UIViewController*)controller AthenaHuoWuD:(NSString*)products AthenaQian:(NSString*)amount AthenaHuoWuMing:(NSString*)productName AthenaDingDanHao:(NSString*)DingDanHao;

@end