JXSearchChatLogVC.h 320 B

12345678910111213141516
  1. //
  2. // JXSearchChatLogVC.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/6/25.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "JXTableViewController.h"
  9. @interface JXSearchChatLogVC : JXTableViewController
  10. @property (nonatomic, strong) JXUserObject *user;
  11. @property (nonatomic, assign) BOOL isGroup;
  12. @end