Skip to content

Commit 56e9695

Browse files
authored
Update JHVerificationCodeView.m
1 parent e2ae349 commit 56e9695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JHVerificationCodeView/JHVerificationCodeView/JHVerificationCodeView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ - (void)dealloc{
147147
[[NSNotificationCenter defaultCenter] removeObserver:self];
148148
}
149149

150-
- (void)textChange
150+
- (void)textChange:(NSNotification *)noti
151151
{
152152
if (_textView != noti.object) {
153153
return;

0 commit comments

Comments
 (0)