ThoseyearIAPHelperControl.h
599 Bytes
#import <UIKit/UIKit.h>
@interface ThoseyearIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* ThoseyearDingDanHao;
@property(nonatomic,strong) NSDictionary* ThoseyearHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* ThoseyearHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *ThoseyearHuoWuLieBiaoView;
- (void)ThoseyearHuaQianView:(UIViewController*)controller ThoseyearHuoWuD:(NSString*)products ThoseyearQian:(NSString*)amount ThoseyearHuoWuMing:(NSString*)productName ThoseyearDingDanHao:(NSString*)DingDanHao;
@end