IbookMotifIAPHelperControlAirmail.h
571 Bytes
#import <UIKit/UIKit.h>
@interface IbookMotifIAPHelperControlAirmail : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* MotifDingDanHao;
@property(nonatomic,strong) NSDictionary* MotifHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* MotifHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *MotifHuoWuLieBiaoView;
- (void)MotifHuaQianView:(UIViewController*)controller MotifHuoWuD:(NSString*)products MotifQian:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*)DingDanHao;
@end