YOUPAIBBVideoRequestVC.h 282 B

1234567891011121314151617
  1. //
  2. // YOUPAIBBVideoRequestVC.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2021/10/28.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAIBBBaseVideoCallVC.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIBBVideoRequestVC : YOUPAIBBBaseVideoCallVC
  11. @end
  12. NS_ASSUME_NONNULL_END