| 123456789101112131415161718192021 |
- //
- // MOSecurityStatusCell.h
- // MiMoLive
- //
- // Created by SuperC on 2025/3/10.
- //
- #define MOSecurityStatusCell_ID @"MOSecurityStatusCell_ID" //复用id
- #import <UIKit/UIKit.h>
- #import "MOMobileDataModels.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MOSecurityStatusCell : UITableViewCell
- @property (nonatomic, strong) MOSecurityData *cellModel;
- @end
- NS_ASSUME_NONNULL_END
|