| 123456789101112131415161718 |
- //
- // AddCommodityVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/2/24.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface AddCommodityVC : YBBaseViewController
- @property (nonatomic, strong)NSString *fromWhere;
- @property (nonatomic, strong)NSString *goodsID;
- @end
- NS_ASSUME_NONNULL_END
|