RemasterIAPHelperControl.h
589 Bytes
#import <UIKit/UIKit.h>
@interface RemasterIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* RemasterDingDanHao;
@property(nonatomic,strong) NSDictionary* RemasterHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* RemasterHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *RemasterHuoWuLieBiaoView;
- (void)RemasterHuaQianView:(UIViewController*)controller RemasterHuoWuD:(NSString*)products RemasterQian:(NSString*)amount RemasterHuoWuMing:(NSString*)productName RemasterDingDanHao:(NSString*)DingDanHao;
@end