| 123456789101112131415161718 |
- //
- // MOPinkStarsTableView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/5/13.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOPinkStarsTableView : UIView<JXCategoryListContentViewDelegate>
- @property (nonatomic, assign) NSInteger viewType;
- @end
- NS_ASSUME_NONNULL_END
|