// // VideoManager+socket.h // SikeyComm // // Created by 刘振兴 on 2025/2/20. // Copyright © 2025 BaH Cy. All rights reserved. // NS_ASSUME_NONNULL_BEGIN @interface VideoManager (socket) - (void)actionFromSocket:(SocketModel*)model dial:(NSInteger)dial; @end NS_ASSUME_NONNULL_END