UmbrellaIAPHelperControl.h 589 Bytes
#import <UIKit/UIKit.h>

@interface UmbrellaIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* UmbrellaDingDanHao;
@property(nonatomic,strong) NSDictionary* UmbrellaHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* UmbrellaHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *UmbrellaHuoWuLieBiaoView;

- (void)UmbrellaHuaQianView:(UIViewController*)controller UmbrellaHuoWuD:(NSString*)products UmbrellaQian:(NSString*)amount UmbrellaHuoWuMing:(NSString*)productName UmbrellaDingDanHao:(NSString*)DingDanHao;

@end