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

@interface PuppetsIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* PuppetsDingDanHao;
@property(nonatomic,strong) NSDictionary* PuppetsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* PuppetsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *PuppetsHuoWuLieBiaoView;

- (void)PuppetsHuaQianView:(UIViewController*)controller PuppetsHuoWuD:(NSString*)products PuppetsQian:(NSString*)amount PuppetsHuoWuMing:(NSString*)productName PuppetsDingDanHao:(NSString*)DingDanHao;

@end