IIntegerCallback.smali
.class public interface abstract Lio/rong/imlib/IIntegerCallback;
.super Ljava/lang/Object;
.source "IIntegerCallback.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/rong/imlib/IIntegerCallback$Stub;,
Lio/rong/imlib/IIntegerCallback$Default;
}
.end annotation
# virtual methods
.method public abstract onComplete(I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract onFailure(I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method