123456789101112131415161718 |
- //
- // JXLinkCell.h
- // shiku_im
- //
- // Created by p on 2017/8/17.
- // Copyright © 2017年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXBaseChatCell.h"
- @interface JXLinkCell : JXBaseChatCell
- @property (nonatomic,strong) UIImageView * imageBackground;
- @property (nonatomic,strong) UILabel * nameLabel;
- @property (nonatomic,strong) UIImageView *headImageView;
- @end
|