MinstrelAPHelperControl.h
589 Bytes
#import <UIKit/UIKit.h>
@interface MinstrelIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* MinstrelDingDanHao;
@property(nonatomic,strong) NSDictionary* MinstrelHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* MinstrelHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *MinstrelHuoWuLieBiaoView;
- (void)MinstrelHuaQianView:(UIViewController*)controller MinstrelHuoWuD:(NSString*)products MinstrelQian:(NSString*)amount MinstrelHuoWuMing:(NSString*)productName MinstrelDingDanHao:(NSString*)DingDanHao;
@end