SoybeanIAPHelperControl.h
579 Bytes
#import <UIKit/UIKit.h>
@interface SoybeanIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SoybeanDingDanHao;
@property(nonatomic,strong) NSDictionary* SoybeanHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SoybeanHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SoybeanHuoWuLieBiaoView;
- (void)SoybeanHuaQianView:(UIViewController*)controller SoybeanHuoWuD:(NSString*)products SoybeanQian:(NSString*)amount SoybeanHuoWuMing:(NSString*)productName SoybeanDingDanHao:(NSString*)DingDanHao;
@end