Bug fix to the access level of MessageKitDateFormatter singleton 'shared'

This commit is contained in:
Chris Karani
2017-12-06 13:50:34 +03:00
parent 31895f147f
commit 4af23da9af
+1 -1
View File
@@ -28,7 +28,7 @@ open class MessageKitDateFormatter {
// MARK: - Properties
static let shared = MessageKitDateFormatter()
public static let shared = MessageKitDateFormatter()
private let formatter = DateFormatter()