Skip to content

Commit d616d11

Browse files
committed
clean up
1 parent e5979c1 commit d616d11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

JSQMessagesViewController/Controllers/JSQMessagesKeyboardController.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,10 @@ FOUNDATION_EXPORT NSString * const JSQMessagesKeyboardControllerUserInfoKeyKeybo
110110
*/
111111
@property (assign, nonatomic, readonly) CGRect currentKeyboardFrame;
112112

113-
114113
/**
115-
* Not a valid initializer. Use initWithTextView:contextView:panGestureRecognizer:delegate to init a new keyboard controller.
114+
* Not a valid initializer.
116115
*/
117-
- (instancetype)init NS_UNAVAILABLE;
116+
- (id)init NS_UNAVAILABLE;
118117

119118
/**
120119
* Creates a new keyboard controller object with the specified textView, contextView, panGestureRecognizer, and delegate.

0 commit comments

Comments
 (0)