GoddessIAPHelperControl.h 579 Bytes
#import <UIKit/UIKit.h>

@interface GoddessIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* GoddessDingDanHao;
@property(nonatomic,strong) NSDictionary* GoddessHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* GoddessHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *GoddessHuoWuLieBiaoView;

- (void)GoddessHuaQianView:(UIViewController*)controller GoddessHuoWuD:(NSString*)products GoddessQian:(NSString*)amount GoddessHuoWuMing:(NSString*)productName GoddessDingDanHao:(NSString*)DingDanHao;

@end