Weather/smali_classes2/com/moji/mjweather/me/SimpleTextWatcher.smali
2021-05-10 10:13:34 +02:00

32 lines
572 B
Smali

.class public abstract Lcom/moji/mjweather/me/SimpleTextWatcher;
.super Ljava/lang/Object;
.source "SimpleTextWatcher.java"
# interfaces
.implements Landroid/text/TextWatcher;
# direct methods
.method public constructor <init>()V
.locals 0
.line 9
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public beforeTextChanged(Ljava/lang/CharSequence;III)V
.locals 0
return-void
.end method
.method public onTextChanged(Ljava/lang/CharSequence;III)V
.locals 0
return-void
.end method