JXGifCell.h 297 B

1234567891011121314
  1. //
  2. // JXGifCell.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/10/11.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXBaseChatCell.h"
  10. #import "SCGIFImageView.h"
  11. @interface JXGifCell : JXBaseChatCell
  12. @property (nonatomic,strong) SCGIFImageView* gif;
  13. @end