ReluctantIAPHelperControl.h
599 Bytes
#import <UIKit/UIKit.h>
@interface ReluctantIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* ReluctantDingDanHao;
@property(nonatomic,strong) NSDictionary* ReluctantHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* ReluctantHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *ReluctantHuoWuLieBiaoView;
- (void)ReluctantHuaQianView:(UIViewController*)controller ReluctantHuoWuD:(NSString*)products ReluctantQian:(NSString*)amount ReluctantHuoWuMing:(NSString*)productName ReluctantDingDanHao:(NSString*)DingDanHao;
@end