Skip to content

Commit

Permalink
added backward compatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Jul 7, 2016
1 parent a762cd7 commit 90f9dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/BaseRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 90f9dcd

Please sign in to comment.