diff --git a/Source/Core/BaseRow.swift b/Source/Core/BaseRow.swift index 39501c98a..1cf79b0df 100644 --- a/Source/Core/BaseRow.swift +++ b/Source/Core/BaseRow.swift @@ -96,6 +96,9 @@ public class BaseRow : BaseRowType { */ public func highlightCell() {} + @available(*, unavailable, message="Deprecated. Use 'highlightCell' instead.") + public func hightlightCell() { highlightCell() } + /** Method that is responsible for unhighlighting the cell. */