1234567891011121314151617181920212223 |
- //
- // VideoManager+ringtone.h
- // SikeyComm
- //
- // Created by 刘振兴 on 2024/5/7.
- // Copyright © 2024 BaH Cy. All rights reserved.
- //
- #import "VideoManager.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface VideoManager (ringtone)
- - (void)playVideoWaitingRingtone;
- - (void)playVideoFinishRingtone;
- - (void)stopVideoRingtone;
- @end
- NS_ASSUME_NONNULL_END
|