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