MONormalRightMenuCell.h 400 B

12345678910111213141516171819202122
  1. //
  2. // MONormalRightMenuCell.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2025/6/8.
  6. //
  7. #define MONormalRightMenuCell_ID @"MONormalRightMenuCell_ID" //复用id
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MONormalRightMenuCell : UITableViewCell
  11. @property (nonatomic, strong) UILabel *contentLab;
  12. @property (nonatomic, strong) NSDictionary *cellModel;
  13. @end
  14. NS_ASSUME_NONNULL_END