| 123456789101112131415161718 |
- //
- // GoodsDetailVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/12/11.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GoodsDetailVC : YBBaseViewController
- @property (nonatomic,strong) NSString *goodsID;
- @end
- NS_ASSUME_NONNULL_END
|