SeventyAbsenceIAPHelperControlWines.h
591 Bytes
#import <UIKit/UIKit.h>
@interface SeventyAbsenceIAPHelperControlWines : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* AbsenceDingDanHao;
@property(nonatomic,strong) NSDictionary* AbsenceHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* AbsenceHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *AbsenceHuoWuLieBiaoView;
- (void)AbsenceHuaQianView:(UIViewController*)controller AbsenceHuoWuD:(NSString*)products AbsenceQian:(NSString*)amount AbsenceHuoWuMing:(NSString*)productName AbsenceDingDanHao:(NSString*)DingDanHao;
@end