YOUPAILCVideoRequestVC.h 244 B

123456789101112
  1. //
  2. // YOUPAILCVideoRequestVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/17.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "YOUPAILCBaseVideoCallVC.h"
  9. @interface YOUPAILCVideoRequestVC : YOUPAILCBaseVideoCallVC
  10. @end