BrokenheartedIAPHelperControl.h 639 Bytes
#import <UIKit/UIKit.h>

@interface BrokenheartedIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* BrokenheartedDingDanHao;
@property(nonatomic,strong) NSDictionary* BrokenheartedHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BrokenheartedHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BrokenheartedHuoWuLieBiaoView;

- (void)BrokenheartedHuaQianView:(UIViewController*)controller BrokenheartedHuoWuD:(NSString*)products BrokenheartedQian:(NSString*)amount BrokenheartedHuoWuMing:(NSString*)productName BrokenheartedDingDanHao:(NSString*)DingDanHao;

@end