YOUPAIBBIMSessionVC.h 435 B

12345678910111213141516171819
  1. //
  2. // YOUPAIBBIMSessionVC.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2021/10/25.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAIBBUCIMP2PSessionVC.h"
  9. #import "YOUPAILZUserShowVC.h"
  10. #import "YOUPAILCVideoRequestVC.h"
  11. #import "YOUPAILCIMVideoVC.h"
  12. @interface YOUPAIBBIMSessionVC : YOUPAIBBUCIMP2PSessionVC
  13. @property (nonatomic,assign) BOOL youpaipisSysNoti;
  14. @property (nonatomic,assign) BOOL youpaipisServiceNoti;
  15. @end