| 12345678910111213141516171819 |
- //
- // YBYoungSetVC.h
- // YBVideo
- //
- // Created by YB007 on 2022/6/2.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBYoungSetVC : YBBaseViewController
- @property(nonatomic,assign)YoungMode youngMode;
- @end
- NS_ASSUME_NONNULL_END
|