MOSecurityStatusCell.h 378 B

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