// // YOUPAIMessafeTemplateListCell.h // MSYOUPAI // // Created by admin on 2022/3/11. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIMessafeTemplateListCell : UITableViewCell @property(strong, nonatomic) UILabel *youpaiptitleLab; @property(strong, nonatomic) UIButton *youpaipeditBtn; @property(strong, nonatomic) UIButton *youpaipdeleteBtn; @property(strong, nonatomic) UIButton *youpaipselectBtn; @property(strong, nonatomic) UIView *youpaiplineView; @property(strong, nonatomic) UILabel *youpaiptextLab; @property(strong, nonatomic) UIImageView *youpaipimgView; @property(strong, nonatomic) UIImageView *youpaipvideoView; @property(strong, nonatomic) UIImageView *youpaipvideoPlayerView; @property(strong, nonatomic) UIImageView *youpaipvoiceView; @property(strong, nonatomic) UIImageView *youpaipstateImageView; @property(strong, nonatomic) UILabel *youpaipvoideCutDownLab; @property(strong, nonatomic) UIStackView *headerStackView; // 头部 @property(strong, nonatomic) UIStackView *contentStackView; // 内容 @end NS_ASSUME_NONNULL_END