MOActiveImageCell.h 415 B

1234567891011121314151617181920212223
  1. //
  2. // MOActiveImageCell.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2025/2/21.
  6. //
  7. #define MOActiveImageCell_ID @"MOActiveImageCell_ID"
  8. #import <UIKit/UIKit.h>
  9. #import "MODialogsData.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MOActiveImageCell : UICollectionViewCell
  12. @property (weak, nonatomic) IBOutlet UIImageView *iconImgView;
  13. @property (nonatomic, strong) MODialogsData *cellModel;
  14. @end
  15. NS_ASSUME_NONNULL_END