BogoYouthModeViewController.h 297 B

1234567891011121314151617181920
  1. //
  2. // BogoYouthModeViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/9/11.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BogoYouthModeViewController : BGBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END