SeraphAPHelperControl.h
569 Bytes
#import <UIKit/UIKit.h>
@interface SeraphIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SeraphDingDanHao;
@property(nonatomic,strong) NSDictionary* SeraphHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SeraphHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SeraphHuoWuLieBiaoView;
- (void)SeraphHuaQianView:(UIViewController*)controller SeraphHuoWuD:(NSString*)products SeraphQian:(NSString*)amount SeraphHuoWuMing:(NSString*)productName SeraphDingDanHao:(NSString*)DingDanHao;
@end