We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0373d93 commit 017ec08Copy full SHA for 017ec08
Sources/StreamChatSwiftUI/Utils/Common/GalleryHeaderViewDateFormatter.swift
@@ -2,6 +2,8 @@
2
// Copyright © 2025 Stream.io Inc. All rights reserved.
3
//
4
5
+import Foundation
6
+
7
/// A formatter used to display the message timestamp in the gallery header view.
8
public final class GalleryHeaderViewDateFormatter: DateFormatter, @unchecked Sendable {
9
override public init() {
0 commit comments