FelicityIAPHelperControl.h
589 Bytes
#import <UIKit/UIKit.h>
@interface FelicityIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* FelicityDingDanHao;
@property(nonatomic,strong) NSDictionary* FelicityHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* FelicityHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *FelicityHuoWuLieBiaoView;
- (void)FelicityHuaQianView:(UIViewController*)controller FelicityHuoWuD:(NSString*)products FelicityQian:(NSString*)amount FelicityHuoWuMing:(NSString*)productName FelicityDingDanHao:(NSString*)DingDanHao;
@end