MORankNoDataCell.h 384 B

12345678910111213141516171819202122
  1. //
  2. // MORankNoDataCell.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2023/12/7.
  6. //
  7. #define MORankNoDataCell_ID @"MORankNoDataCell_ID" //复用id
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MORankNoDataCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UIView *bgView;
  12. @property (weak, nonatomic) IBOutlet UILabel *titleLab;
  13. @end
  14. NS_ASSUME_NONNULL_END