BhutanSurnameIAPHelperControlClosest.h
592 Bytes
#import <UIKit/UIKit.h>
@interface BhutanSurnameIAPHelperControlClosest : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SurnameDingDanHao;
@property(nonatomic,strong) NSDictionary* SurnameHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SurnameHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SurnameHuoWuLieBiaoView;
- (void)SurnameHuaQianView:(UIViewController*)controller SurnameHuoWuD:(NSString*)products SurnameQian:(NSString*)amount SurnameHuoWuMing:(NSString*)productName SurnameDingDanHao:(NSString*)DingDanHao;
@end