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