diff --git a/Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift b/Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift index 91960804d..a8875cc76 100644 --- a/Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift +++ b/Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift @@ -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()