1234567891011121314151617 |
- //
- // JXShakeCell.h
- // shiku_im
- //
- // Created by p on 2018/5/30.
- // Copyright © 2018年 Reese. All rights reserved.
- //
- #import "JXBaseChatCell.h"
- @interface JXShakeCell : JXBaseChatCell
- @property (nonatomic, strong) NSString *message;
- @property (nonatomic, strong) UIImageView *shakeImageView;
- @end
|