MOActivityCenterVC.h 292 B

12345678910111213141516171819
  1. //
  2. // MOActivityCenterVC.h
  3. // KoKoLive
  4. //
  5. // Created by SuperC on 2024/10/11.
  6. //
  7. #import "MOBaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOActivityCenterVC : MOBaseViewController
  10. //请求参数
  11. @property (nonatomic, strong) NSNumber *category;
  12. @end
  13. NS_ASSUME_NONNULL_END