apkfuckery/com.discord/smali/butterknife/ButterKnife$ViewBinder.smali

46 lines
1.1 KiB
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class public interface abstract Lbutterknife/ButterKnife$ViewBinder;
.super Ljava/lang/Object;
.source "ButterKnife.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lbutterknife/ButterKnife;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ViewBinder"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract bind(Lbutterknife/ButterKnife$Finder;Ljava/lang/Object;Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lbutterknife/ButterKnife$Finder;",
"TT;",
"Ljava/lang/Object;",
")V"
}
.end annotation
.end method
.method public abstract unbind(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.end method