1234567891011121314 |
- //
- // JXFileCell.h
- // shiku_im
- //
- // Created by Apple on 16/10/10.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXBaseChatCell.h"
- @interface JXFileCell : JXBaseChatCell
- @property (nonatomic,strong) UIImageView * imageBackground;
- @property (nonatomic,strong) UILabel * fileNameLabel;
- @end
|