YMHomePageViewController.h 281 B

1234567891011121314151617
  1. //
  2. // YMHomePageViewController.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/4.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMHomePageViewController : YMBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END