Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
14
apk_decompiled/sources/x2/l.java
Normal file
14
apk_decompiled/sources/x2/l.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package x2;
|
||||
|
||||
import android.text.TextWatcher;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class l implements TextWatcher {
|
||||
@Override // android.text.TextWatcher
|
||||
public void beforeTextChanged(CharSequence charSequence, int i, int i4, int i5) {
|
||||
}
|
||||
|
||||
@Override // android.text.TextWatcher
|
||||
public final void onTextChanged(CharSequence charSequence, int i, int i4, int i5) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user