@@ -65,36 +65,6 @@ @interface JSQMessagesViewController () <JSQMessagesInputToolbarDelegate,
65
65
66
66
@property (assign , nonatomic ) BOOL textViewWasFirstResponderDuringInteractivePop;
67
67
68
- - (void )jsq_configureMessagesViewController ;
69
-
70
- - (NSString *)jsq_currentlyComposedMessageText ;
71
-
72
- - (void )jsq_handleDidChangeStatusBarFrameNotification : (NSNotification *)notification ;
73
- - (void )jsq_didReceiveMenuWillShowNotification : (NSNotification *)notification ;
74
- - (void )jsq_didReceiveMenuWillHideNotification : (NSNotification *)notification ;
75
-
76
- - (void )jsq_updateKeyboardTriggerPoint ;
77
- - (void )jsq_setToolbarBottomLayoutGuideConstant : (CGFloat )constant ;
78
-
79
- - (void )jsq_handleInteractivePopGestureRecognizer : (UIGestureRecognizer *)gestureRecognizer ;
80
-
81
- - (BOOL )jsq_inputToolbarHasReachedMaximumHeight ;
82
- - (void )jsq_adjustInputToolbarForComposerTextViewContentSizeChange : (CGFloat )dy ;
83
- - (void )jsq_adjustInputToolbarHeightConstraintByDelta : (CGFloat )dy ;
84
- - (void )jsq_scrollComposerTextViewToBottomAnimated : (BOOL )animated ;
85
-
86
- - (void )jsq_updateCollectionViewInsets ;
87
- - (void )jsq_setCollectionViewInsetsTopValue : (CGFloat )top bottomValue : (CGFloat )bottom ;
88
-
89
- - (BOOL )jsq_isMenuVisible ;
90
-
91
- - (void )jsq_addObservers ;
92
- - (void )jsq_removeObservers ;
93
-
94
- - (void )jsq_registerForNotifications : (BOOL )registerForNotifications ;
95
-
96
- - (void )jsq_addActionToInteractivePopGestureRecognizer : (BOOL )addAction ;
97
-
98
68
@end
99
69
100
70
@@ -167,19 +137,9 @@ - (void)dealloc
167
137
168
138
_collectionView.dataSource = nil ;
169
139
_collectionView.delegate = nil ;
170
- _collectionView = nil ;
171
140
172
141
_inputToolbar.contentView .textView .delegate = nil ;
173
142
_inputToolbar.delegate = nil ;
174
- _inputToolbar = nil ;
175
-
176
- _toolbarHeightConstraint = nil ;
177
- _toolbarBottomLayoutGuide = nil ;
178
-
179
- _senderId = nil ;
180
- _senderDisplayName = nil ;
181
- _outgoingCellIdentifier = nil ;
182
- _incomingCellIdentifier = nil ;
183
143
184
144
[_keyboardController endListeningForKeyboard ];
185
145
_keyboardController = nil ;
0 commit comments