1234567891011121314 |
- //
- // CallSummaryCell.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/9/1.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import "WFCUMessageCell.h"
- @interface WFCUCallSummaryCell : WFCUMessageCell
- @property (nonatomic, strong)UILabel *infoLabel;
- @property (nonatomic, strong)UIImageView *modeImageView;
- @end
|