Weather/smali/com/moji/api/service/IAPIManagerInterface.smali
2021-05-10 10:13:34 +02:00

41 lines
1002 B
Smali

.class public interface abstract Lcom/moji/api/service/IAPIManagerInterface;
.super Ljava/lang/Object;
.source "IAPIManagerInterface.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/api/service/IAPIManagerInterface$Stub;
}
.end annotation
# virtual methods
.method public abstract a(Ljava/lang/String;)Ljava/lang/String;
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract a(Ljava/lang/String;Ljava/lang/String;)Z
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract b(Ljava/lang/String;)Z
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method