Update Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift

Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
This commit is contained in:
SBiOSoftWhare
2022-02-07 15:15:42 +01:00
committed by GitHub
parent 90631393bb
commit 734dd6afb0
@@ -16,7 +16,7 @@
import UIKit
/// `TimestampDisplayable` is a protocol indicating that a view support displaying a timestamp.
/// `TimestampDisplayable` is a protocol indicating that a view supports displaying a timestamp.
@objc protocol TimestampDisplayable {
func addTimestampView(_ timestampView: UIView)
func removeTimestampView()