SinksMoroccoIAPHelperControlStored.h
590 Bytes
#import <UIKit/UIKit.h>
@interface SinksMoroccoIAPHelperControlStored : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* MoroccoDingDanHao;
@property(nonatomic,strong) NSDictionary* MoroccoHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* MoroccoHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *MoroccoHuoWuLieBiaoView;
- (void)MoroccoHuaQianView:(UIViewController*)controller MoroccoHuoWuD:(NSString*)products MoroccoQian:(NSString*)amount MoroccoHuoWuMing:(NSString*)productName MoroccoDingDanHao:(NSString*)DingDanHao;
@end