Skip to content

Commit bb5cc83

Browse files
committed
Test typealias over @_exported
1 parent d50d7c9 commit bb5cc83

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

DemoAppSwiftUI/GroupNameView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5+
import StreamChat
56
import StreamChatSwiftUI
67
import SwiftUI
78

DemoAppSwiftUI/LoginView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5+
import StreamChat
56
import StreamChatSwiftUI
67
import SwiftUI
78

Sources/StreamChatSwiftUI/Utils/StreamCore+Extensions.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5-
@_exported import StreamCore
5+
import Foundation
6+
import StreamCore
7+
8+
typealias Injected<T> = StreamCore.Injected<T>
9+
typealias InjectedValues = StreamCore.InjectedValues
10+
typealias StreamConcurrency = StreamCore.StreamConcurrency

0 commit comments

Comments
 (0)