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