SamplesLengthsIAPHelperControlStepped.h
593 Bytes
#import <UIKit/UIKit.h>
@interface SamplesLengthsIAPHelperControlStepped : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* LengthsDingDanHao;
@property(nonatomic,strong) NSDictionary* LengthsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* LengthsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *LengthsHuoWuLieBiaoView;
- (void)LengthsHuaQianView:(UIViewController*)controller LengthsHuoWuD:(NSString*)products LengthsQian:(NSString*)amount LengthsHuoWuMing:(NSString*)productName LengthsDingDanHao:(NSString*)DingDanHao;
@end