BuddyLadenIAPHelperControlDawson.h 570 Bytes
#import <UIKit/UIKit.h>

@interface BuddyLadenIAPHelperControlDawson : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* LadenDingDanHao;
@property(nonatomic,strong) NSDictionary* LadenHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* LadenHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *LadenHuoWuLieBiaoView;

- (void)LadenHuaQianView:(UIViewController*)controller LadenHuoWuD:(NSString*)products LadenQian:(NSString*)amount LadenHuoWuMing:(NSString*)productName LadenDingDanHao:(NSString*)DingDanHao;

@end