Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Sep 2, 2016
1 parent a4b79ce commit 8f397fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MatrixKit/Views/RoomInputToolbar/MXKRoomInputToolbarView.m
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ - (void)setPlaceholder:(NSString *)inPlaceholder
_placeholder = inPlaceholder;
}

- (BOOL)becomeFirstResponder
{

}

- (void)dismissKeyboard
{

Expand Down

0 comments on commit 8f397fc

Please # to comment.