MOTextAlertCell.h 326 B

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