VideoManager+timer.h 305 B

1234567891011121314151617181920
  1. //
  2. // VideoManager+timer.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2024/3/21.
  6. // Copyright © 2024 BaH Cy. All rights reserved.
  7. //
  8. #import "VideoManager.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface VideoManager (timer)
  11. - (void)startTimeoutTimer;
  12. - (void)stopTimeoutTimer;
  13. @end
  14. NS_ASSUME_NONNULL_END