JXSearchImageLogCell.h 320 B

12345678910111213141516171819
  1. //
  2. // JXSearchImageLogCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2019/4/9.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXSearchImageLogCell : UICollectionViewCell
  11. @property (nonatomic, strong) JXMessageObject *msg;
  12. @end
  13. NS_ASSUME_NONNULL_END