KWMMidDetailView.h 328 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  KWMMidDetailView.h
//  iCemarose
//
//  Created by HouWeiBin on 2017/7/13.
//  Copyright © 2017年 kollway. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Buy/Buy.h>

@interface KWMMidDetailView : UIView
@property(nonatomic,weak) IBOutlet UIView *vView;

@property (nonatomic,weak) BUYProduct *product;

@end