Răsfoiți Sursa

videomanager 的 分类

liuzhenxing1118 7 luni în urmă
părinte
comite
955b93ab19

+ 17 - 0
artimenring-iOS/Artimenring/Classes/Data/VideoManager+agora.h

@@ -0,0 +1,17 @@
+//
+//  VideoManager+agora.h
+//  SikeyComm
+//
+//  Created by 刘振兴 on 2025/2/11.
+//  Copyright © 2025 BaH Cy. All rights reserved.
+//
+
+#import "VideoManager.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface VideoManager (agora)
+
+@end
+
+NS_ASSUME_NONNULL_END

+ 13 - 0
artimenring-iOS/Artimenring/Classes/Data/VideoManager+agora.m

@@ -0,0 +1,13 @@
+//
+//  VideoManager+agora.m
+//  SikeyComm
+//
+//  Created by 刘振兴 on 2025/2/11.
+//  Copyright © 2025 BaH Cy. All rights reserved.
+//
+
+#import "VideoManager+agora.h"
+
+@implementation VideoManager (agora)
+
+@end

+ 17 - 0
artimenring-iOS/Artimenring/Classes/Data/VideoManager+juphoon.h

@@ -0,0 +1,17 @@
+//
+//  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)
+
+@end
+
+NS_ASSUME_NONNULL_END

+ 13 - 0
artimenring-iOS/Artimenring/Classes/Data/VideoManager+juphoon.m

@@ -0,0 +1,13 @@
+//
+//  VideoManager+juphoon.m
+//  SikeyComm
+//
+//  Created by 刘振兴 on 2025/2/11.
+//  Copyright © 2025 BaH Cy. All rights reserved.
+//
+
+#import "VideoManager+juphoon.h"
+
+@implementation VideoManager (juphoon)
+
+@end

+ 12 - 0
artimenring-iOS/SikeyComm.xcodeproj/project.pbxproj

@@ -232,6 +232,8 @@
 		E43C72D92B0C7C3A0089E25B /* ZSActionButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E43C72D72B0C7C3A0089E25B /* ZSActionButton.m */; };
 		E4499A822D5B4DF000653B56 /* VideoManager+ringtone.m in Sources */ = {isa = PBXBuildFile; fileRef = E4499A7F2D5B4DF000653B56 /* VideoManager+ringtone.m */; };
 		E4499A832D5B4DF000653B56 /* VideoManager+timer.m in Sources */ = {isa = PBXBuildFile; fileRef = E4499A812D5B4DF000653B56 /* VideoManager+timer.m */; };
+		E4499A862D5B4F1300653B56 /* VideoManager+agora.m in Sources */ = {isa = PBXBuildFile; fileRef = E4499A852D5B4F1300653B56 /* VideoManager+agora.m */; };
+		E4499A892D5B4F3800653B56 /* VideoManager+juphoon.m in Sources */ = {isa = PBXBuildFile; fileRef = E4499A882D5B4F3800653B56 /* VideoManager+juphoon.m */; };
 		E44FCB072BA1542B00C7E9CF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E44FCB032BA1542B00C7E9CF /* Main.storyboard */; };
 		E44FCB142BA15BB500C7E9CF /* View.xib in Resources */ = {isa = PBXBuildFile; fileRef = E44FCB122BA15BB400C7E9CF /* View.xib */; };
 		E459F07E2B6B3D16002571E3 /* WifiAddListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E459F0352B6B3D16002571E3 /* WifiAddListViewController.m */; };
@@ -807,6 +809,10 @@
 		E4499A7F2D5B4DF000653B56 /* VideoManager+ringtone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+ringtone.m"; sourceTree = "<group>"; };
 		E4499A802D5B4DF000653B56 /* VideoManager+timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "VideoManager+timer.h"; sourceTree = "<group>"; };
 		E4499A812D5B4DF000653B56 /* VideoManager+timer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+timer.m"; sourceTree = "<group>"; };
+		E4499A842D5B4F1300653B56 /* VideoManager+agora.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VideoManager+agora.h"; sourceTree = "<group>"; };
+		E4499A852D5B4F1300653B56 /* VideoManager+agora.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+agora.m"; sourceTree = "<group>"; };
+		E4499A872D5B4F3800653B56 /* VideoManager+juphoon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VideoManager+juphoon.h"; sourceTree = "<group>"; };
+		E4499A882D5B4F3800653B56 /* VideoManager+juphoon.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "VideoManager+juphoon.m"; sourceTree = "<group>"; };
 		E44FCB042BA1542B00C7E9CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 		E44FCB132BA15BB400C7E9CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/View.xib; sourceTree = "<group>"; };
 		E459F0332B6B3D16002571E3 /* WifiListCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WifiListCell.h; sourceTree = "<group>"; };
@@ -2370,6 +2376,10 @@
 				E437147A2B4FCC1E003CA842 /* DataManager+timer.m */,
 				E420015C2BAC1FDD000D26B2 /* VideoManager.h */,
 				E420015D2BAC1FDD000D26B2 /* VideoManager.m */,
+				E4499A842D5B4F1300653B56 /* VideoManager+agora.h */,
+				E4499A852D5B4F1300653B56 /* VideoManager+agora.m */,
+				E4499A872D5B4F3800653B56 /* VideoManager+juphoon.h */,
+				E4499A882D5B4F3800653B56 /* VideoManager+juphoon.m */,
 				E4499A7E2D5B4DF000653B56 /* VideoManager+ringtone.h */,
 				E4499A7F2D5B4DF000653B56 /* VideoManager+ringtone.m */,
 				E4499A802D5B4DF000653B56 /* VideoManager+timer.h */,
@@ -2890,6 +2900,7 @@
 			files = (
 				E49951FC2B2C6C9B0018438F /* SKWebSocket+observer.m in Sources */,
 				27BECA221CBB504E00E3FD19 /* wav.mm in Sources */,
+				E4499A892D5B4F3800653B56 /* VideoManager+juphoon.m in Sources */,
 				E46FBAEB2B2FE4F7000404E9 /* SKWebSocket+domains.m in Sources */,
 				E4FE9B952AD9465100DEABCA /* MYBlurIntroductionView.m in Sources */,
 				E4FE9B712AD9465100DEABCA /* NSCalendar+FSExtension.m in Sources */,
@@ -3086,6 +3097,7 @@
 				E4E75FBE2B9F1C6100236F73 /* PGCustomBannerView.m in Sources */,
 				E4E75FDA2BA06FFE00236F73 /* WeatherWarnView.m in Sources */,
 				271F9B721D198D5D00CA98DC /* HealthWalkViewController.m in Sources */,
+				E4499A862D5B4F1300653B56 /* VideoManager+agora.m in Sources */,
 				E459F0932B6B3D16002571E3 /* SKSchoolTimeListCell.m in Sources */,
 				27FFF948202845AA006C9F75 /* PushAllMessageViewCell.m in Sources */,
 				E4E75FD62BA06FFE00236F73 /* MagicReportView.m in Sources */,