SakuraIAPHelperControl.h
569 Bytes
#import <UIKit/UIKit.h>
@interface SakuraIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SakuraDingDanHao;
@property(nonatomic,strong) NSDictionary* SakuraHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SakuraHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SakuraHuoWuLieBiaoView;
- (void)SakuraHuaQianView:(UIViewController*)controller SakuraHuoWuD:(NSString*)products SakuraQian:(NSString*)amount SakuraHuoWuMing:(NSString*)productName SakuraDingDanHao:(NSString*)DingDanHao;
@end