MOTopsUserView.h 343 B

1234567891011121314151617181920212223
  1. //
  2. // MOTopsUserView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/2/1.
  6. //
  7. #define MOTopsUserViewWidth 81.0
  8. #define MOTopsUserViewHeight 30.0
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MOTopsUserView : UIView
  12. + (instancetype)moTopsUserView;
  13. @property (nonatomic, strong) NSArray *dataArr;
  14. @end
  15. NS_ASSUME_NONNULL_END