mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Bug fix to the access level of MessageKitDateFormatter singleton 'shared'
This commit is contained in:
@@ -28,7 +28,7 @@ open class MessageKitDateFormatter {
|
||||
|
||||
// MARK: - Properties
|
||||
|
||||
static let shared = MessageKitDateFormatter()
|
||||
public static let shared = MessageKitDateFormatter()
|
||||
|
||||
private let formatter = DateFormatter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user