CinderellaAPHelperControl.h 609 Bytes
#import <UIKit/UIKit.h>

@interface CinderellaIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>

@property(nonatomic,strong) NSString* CinderellaDingDanHao;
@property(nonatomic,strong) NSDictionary* CinderellaHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* CinderellaHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *CinderellaHuoWuLieBiaoView;

- (void)CinderellaHuaQianView:(UIViewController*)controller CinderellaHuoWuD:(NSString*)products CinderellaQian:(NSString*)amount CinderellaHuoWuMing:(NSString*)productName CinderellaDingDanHao:(NSString*)DingDanHao;

@end