YBYoungModifyVC.h 265 B

123456789101112131415161718
  1. //
  2. // YBYoungModifyVC.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 YBYoungModifyVC : YBBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END