ResidentAPHelperControl.h
589 Bytes
#import <UIKit/UIKit.h>
@interface ResidentIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* ResidentDingDanHao;
@property(nonatomic,strong) NSDictionary* ResidentHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* ResidentHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *ResidentHuoWuLieBiaoView;
- (void)ResidentHuaQianView:(UIViewController*)controller ResidentHuoWuD:(NSString*)products ResidentQian:(NSString*)amount ResidentHuoWuMing:(NSString*)productName ResidentDingDanHao:(NSString*)DingDanHao;
@end