Commit f6fd1040 by suolong

循环引用问题

parent c5f52706
......@@ -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
......@@ -8,7 +8,6 @@
#import <UIKit/UIKit.h>
// Helper
#import "FUSStreamCaptureHelper.h"
#import "FUSPKStreamCapture.h"
#import "FUSPKStreamCaptureHelperProtocol.h"
......
......@@ -7,6 +7,8 @@
#import "FUSStreamPushView.h"
#import "FUSStreamKitConfig.h"
#import "FUSPKStreamCapture.h"
// 连麦状态下,对方成功加入到频道内通知
NSString * const kStreamRTCDidOtherJoinedChannelNotification = @"kStreamRTCDidOtherJoinedChannelNotification";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment