AffectionIAPHelperControl.h 599 Bytes
#import <UIKit/UIKit.h>

@interface AffectionIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* AffectionDingDanHao;
@property(nonatomic,strong) NSDictionary* AffectionHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* AffectionHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *AffectionHuoWuLieBiaoView;

- (void)AffectionHuaQianView:(UIViewController*)controller AffectionHuoWuD:(NSString*)products AffectionQian:(NSString*)amount AffectionHuoWuMing:(NSString*)productName AffectionDingDanHao:(NSString*)DingDanHao;

@end