OdysseyIAPHelperControl.h 579 Bytes
#import <UIKit/UIKit.h>

@interface OdysseyIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* OdysseyDingDanHao;
@property(nonatomic,strong) NSDictionary* OdysseyHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* OdysseyHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *OdysseyHuoWuLieBiaoView;

- (void)OdysseyHuaQianView:(UIViewController*)controller OdysseyHuoWuD:(NSString*)products OdysseyQian:(NSString*)amount OdysseyHuoWuMing:(NSString*)productName OdysseyDingDanHao:(NSString*)DingDanHao;

@end