ImageLoaderInterface.smali
.class public interface abstract Lcom/youth/banner/loader/ImageLoaderInterface;
.super Ljava/lang/Object;
.source "ImageLoaderInterface.java"
# interfaces
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Landroid/view/View;",
">",
"Ljava/lang/Object;",
"Ljava/io/Serializable;"
}
.end annotation
# virtual methods
.method public abstract createImageView(Landroid/content/Context;)Landroid/view/View;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
")TT;"
}
.end annotation
.end method
.method public abstract displayImage(Landroid/content/Context;Ljava/lang/Object;Landroid/view/View;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Ljava/lang/Object;",
"TT;)V"
}
.end annotation
.end method