1234567891011121314151617181920212223 |
- //
- // VideoManager+juphoon.h
- // SikeyComm
- //
- // Created by 刘振兴 on 2025/2/11.
- // Copyright © 2025 BaH Cy. All rights reserved.
- //
- #import "VideoManager.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface VideoManager (juphoon)
- - (BOOL)initJuphoon;
- - (void)loginJuphoon;
- - (void)logoutJuphoon;
- - (BOOL)call:(NSString*)sid ticket:(NSString*)ticket;
- @end
- NS_ASSUME_NONNULL_END
|