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