1234567891011121314 |
- //
- // VideoCell.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/9/2.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import "WFCUMediaMessageCell.h"
- @interface WFCUVideoCell : WFCUMediaMessageCell
- @property (nonatomic, strong)UIImageView *thumbnailView;
- @property (nonatomic, strong)UIImageView *videoCoverView;
- @end
|