PelicanGenericIAPHelperControlBatter.h
592 Bytes
#import <UIKit/UIKit.h>
@interface PelicanGenericIAPHelperControlBatter : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* GenericDingDanHao;
@property(nonatomic,strong) NSDictionary* GenericHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* GenericHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *GenericHuoWuLieBiaoView;
- (void)GenericHuaQianView:(UIViewController*)controller GenericHuoWuD:(NSString*)products GenericQian:(NSString*)amount GenericHuoWuMing:(NSString*)productName GenericDingDanHao:(NSString*)DingDanHao;
@end