YBYoungSetVC.h 307 B

12345678910111213141516171819
  1. //
  2. // YBYoungSetVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/6/2.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBYoungSetVC : YBBaseViewController
  11. @property(nonatomic,assign)YoungMode youngMode;
  12. @end
  13. NS_ASSUME_NONNULL_END