woshiIAPHelperControl.h 574 Bytes
#import <UIKit/UIKit.h>

@interface woshiIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* woshiDingDanHao;
@property(nonatomic,strong) NSDictionary* woshiShangPinLieBiao;
@property(nonatomic,strong) NSMutableArray* woshiShangPinIDLieBiao;
@property(nonatomic, strong) UITableView *woshiShangPinLieBiaoView;

- (void)woshiHuaQianView:(UIViewController*)controller woshiShangPinD:(NSString*)products woshiQian:(NSString*)amount woshiShangPinMing:(NSString*)productName woshiDingDanHao:(NSString*)DingDanHao;

@end