VideoManager+agora.h 251 B

1234567891011121314151617
  1. //
  2. // VideoManager+agora.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/11.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. #import "VideoManager.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface VideoManager (agora)
  11. @end
  12. NS_ASSUME_NONNULL_END