Skip to content

Commit 017ec08

Browse files
authored
Fix not importing Foundation in GalleryHeaderViewDateFormatter (#970)
1 parent 0373d93 commit 017ec08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/StreamChatSwiftUI/Utils/Common/GalleryHeaderViewDateFormatter.swift

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

5+
import Foundation
6+
57
/// A formatter used to display the message timestamp in the gallery header view.
68
public final class GalleryHeaderViewDateFormatter: DateFormatter, @unchecked Sendable {
79
override public init() {

0 commit comments

Comments
 (0)