| 1234567891011121314151617 |
- //
- // ClassificationVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/10/26.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ClassificationVC : YBBaseViewController
- @property (nonatomic, strong)NSString *fromwhere;
- @end
- NS_ASSUME_NONNULL_END
|