MOImageTitleAlertCell.h 466 B

123456789101112131415161718192021222324
  1. //
  2. // POImageTitleAlertCell.h
  3. // powerone
  4. //
  5. // Created by SuperYann on 2023/5/16.
  6. // Copyright © 2023 onecloud.ltd. All rights reserved.
  7. //
  8. #define MOImageTitleAlertCell_ID @"MOImageTitleAlertCell_ID" //复用id
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MOImageTitleAlertCell : UITableViewCell
  12. /** */
  13. @property (nonatomic, strong) UIImageView *icon;
  14. /** */
  15. @property (nonatomic, strong) UILabel *titleLab;
  16. @end
  17. NS_ASSUME_NONNULL_END