// // JXSearchImageLogCell.h // shiku_im // // Created by p on 2019/4/9. // Copyright © 2019年 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXSearchImageLogCell : UICollectionViewCell @property (nonatomic, strong) JXMessageObject *msg; @end NS_ASSUME_NONNULL_END