OtakusIAPHelperControl.h
569 Bytes
#import <UIKit/UIKit.h>
@interface OtakusIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* OtakusDingDanHao;
@property(nonatomic,strong) NSDictionary* OtakusHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* OtakusHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *OtakusHuoWuLieBiaoView;
- (void)OtakusHuaQianView:(UIViewController*)controller OtakusHuoWuD:(NSString*)products OtakusQian:(NSString*)amount OtakusHuoWuMing:(NSString*)productName OtakusDingDanHao:(NSString*)DingDanHao;
@end