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

@interface GrammerIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* GrammerDingDanHao;
@property(nonatomic,strong) NSDictionary* GrammerHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* GrammerHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *GrammerHuoWuLieBiaoView;

- (void)GrammerHuaQianView:(UIViewController*)controller GrammerHuoWuD:(NSString*)products GrammerQian:(NSString*)amount GrammerHuoWuMing:(NSString*)productName GrammerDingDanHao:(NSString*)DingDanHao;

@end