VideoManager+socket.h 297 B

12345678910111213141516171819
  1. //
  2. // VideoManager+socket.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/20.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface VideoManager (socket)
  10. - (void)actionFromSocket:(SocketModel*)model dial:(NSInteger)dial;
  11. @end
  12. NS_ASSUME_NONNULL_END