JXSearchFileLogCell.h 392 B

12345678910111213141516171819202122
  1. //
  2. // JXSearchFileLogCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2019/4/8.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXSearchFileLogVC.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface JXSearchFileLogCell : UITableViewCell
  12. @property (nonatomic, strong) JXMessageObject *msg;
  13. @property (nonatomic, assign) FileLogType type;
  14. @end
  15. NS_ASSUME_NONNULL_END