// // JXGifCell.h // shiku_im // // Created by Apple on 16/10/11. // Copyright © 2016年 Reese. All rights reserved. // #import #import "JXBaseChatCell.h" #import "SCGIFImageView.h" @interface JXGifCell : JXBaseChatCell @property (nonatomic,strong) SCGIFImageView* gif; @end