12345678910111213141516 |
- //
- // DRShopDetailViewController.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/29.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "DRBaseViewController.h"
- @class DRGoodDetailModel;
- @interface DRShopDetailViewController : DRBaseViewController
- @property (nonatomic, strong) DRGoodDetailModel *goodModel;
- @end
|