JXShakeCell.h 309 B

1234567891011121314151617
  1. //
  2. // JXShakeCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/5/30.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "JXBaseChatCell.h"
  9. @interface JXShakeCell : JXBaseChatCell
  10. @property (nonatomic, strong) NSString *message;
  11. @property (nonatomic, strong) UIImageView *shakeImageView;
  12. @end