// // WFCUMultiCallOngoingCell.h // WFChatUIKit // // Created by Rain on 2022/5/8. // Copyright © 2022 Wildfirechat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WFCUMultiCallOngoingCell : UITableViewCell @property(nonatomic, strong)UILabel *callHintLabel; @end NS_ASSUME_NONNULL_END