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