YOUPAIBBMessageVC.h 412 B

12345678910111213141516171819
  1. //
  2. // YOUPAIBBMessageVC.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2021/10/22.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. #import "YOUPAILCIMSessionVC.h"
  10. #import "YOUPAILCIMSessionVC.h"
  11. #import "JXCategoryListContainerView.h"
  12. #import "YOUPAIBBNIMSessionListViewController.h"
  13. @interface YOUPAIBBMessageVC : YOUPAIBBNIMSessionListViewController<JXCategoryListContentViewDelegate>
  14. @end