MOPinkStarsTableView.h 292 B

123456789101112131415161718
  1. //
  2. // MOPinkStarsTableView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/5/13.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOPinkStarsTableView : UIView<JXCategoryListContentViewDelegate>
  10. @property (nonatomic, assign) NSInteger viewType;
  11. @end
  12. NS_ASSUME_NONNULL_END