CasesSonomaIAPHelperControlAlton.h
579 Bytes
#import <UIKit/UIKit.h>
@interface CasesSonomaIAPHelperControlAlton : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SonomaDingDanHao;
@property(nonatomic,strong) NSDictionary* SonomaHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SonomaHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SonomaHuoWuLieBiaoView;
- (void)SonomaHuaQianView:(UIViewController*)controller SonomaHuoWuD:(NSString*)products SonomaQian:(NSString*)amount SonomaHuoWuMing:(NSString*)productName SonomaDingDanHao:(NSString*)DingDanHao;
@end