Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f6fd1040
authored
Jan 23, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
循环引用问题
parent
c5f52706
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/FUSLiveStreamView.h
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/Push/FUSStreamPushView.h
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/Push/FUSStreamPushView.m
FuSiLive.xcworkspace/xcuserdata/server.xcuserdatad/UserInterfaceState.xcuserstate
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/FUSLiveStreamView.h
View file @
f6fd1040
...
...
@@ -9,9 +9,9 @@
#import <UIKit/UIKit.h>
// View
#import "FUSStreamPlayView.h"
#import "FUSStreamPushView.h"
@class
FUSStreamPushView
;
@class
FUSStreamPushConfigModel
;
NS_ASSUME_NONNULL_BEGIN
@interface
FUSLiveStreamView
:
UIView
// 流播放 View
...
...
@@ -37,3 +37,5 @@
-
(
void
)
fus_destroy
;
@end
NS_ASSUME_NONNULL_END
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/Push/FUSStreamPushView.h
View file @
f6fd1040
...
...
@@ -8,7 +8,6 @@
#import <UIKit/UIKit.h>
// Helper
#import "FUSStreamCaptureHelper.h"
#import "FUSPKStreamCapture.h"
#import "FUSPKStreamCaptureHelperProtocol.h"
...
...
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FUSFoundation/Views/StreamView/LiveStreamView/Push/FUSStreamPushView.m
View file @
f6fd1040
...
...
@@ -7,6 +7,8 @@
#import "FUSStreamPushView.h"
#import "FUSStreamKitConfig.h"
#import "FUSPKStreamCapture.h"
// 连麦状态下,对方成功加入到频道内通知
NSString
*
const
kStreamRTCDidOtherJoinedChannelNotification
=
@"kStreamRTCDidOtherJoinedChannelNotification"
;
...
...
FuSiLive.xcworkspace/xcuserdata/server.xcuserdatad/UserInterfaceState.xcuserstate
View file @
f6fd1040
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment