OldTimesIAPHelperControl.h
589 Bytes
#import <UIKit/UIKit.h>
@interface OldTimesIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* OldTimesDingDanHao;
@property(nonatomic,strong) NSDictionary* OldTimesHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* OldTimesHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *OldTimesHuoWuLieBiaoView;
- (void)OldTimesHuaQianView:(UIViewController*)controller OldTimesHuoWuD:(NSString*)products OldTimesQian:(NSString*)amount OldTimesHuoWuMing:(NSString*)productName OldTimesDingDanHao:(NSString*)DingDanHao;
@end