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