Убрано падение на восклицательных знаках.

This commit is contained in:
Денис Либит
2024-10-24 13:00:42 +03:00
parent e03858df19
commit b9797b65ea
4 changed files with 191 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import Foundation
class ChatDateFormatter : DateFormatter {
class ChatDateFormatter : DateFormatter, @unchecked Sendable {
override init() {
super.init()