// // WFCUCompositeTextCell.h // WFChatUIKit // // Created by Tom Lee on 2020/10/4. // Copyright © 2020 WildFireChat. All rights reserved. // #import "WFCUCompositeBaseCell.h" NS_ASSUME_NONNULL_BEGIN @interface WFCUCompositeTextCell : WFCUCompositeBaseCell @property(nonatomic, strong)UILabel *contentLabel; @end NS_ASSUME_NONNULL_END