| 1234567891011121314151617181920212223 |
- //
- // MOTopsUserView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/2/1.
- //
- #define MOTopsUserViewWidth 81.0
- #define MOTopsUserViewHeight 30.0
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOTopsUserView : UIView
- + (instancetype)moTopsUserView;
- @property (nonatomic, strong) NSArray *dataArr;
- @end
- NS_ASSUME_NONNULL_END
|