ShadowIAPHelperControl.h 569 Bytes
#import <UIKit/UIKit.h>

@interface ShadowIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* ShadowDingDanHao;
@property(nonatomic,strong) NSDictionary* ShadowHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* ShadowHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *ShadowHuoWuLieBiaoView;

- (void)ShadowHuaQianView:(UIViewController*)controller ShadowHuoWuD:(NSString*)products ShadowQian:(NSString*)amount ShadowHuoWuMing:(NSString*)productName ShadowDingDanHao:(NSString*)DingDanHao;

@end