WalletDetailAdapter$ItemViewHolder.smali

.class Lcom/cmcm/safewallet/ui/property/adapter/WalletDetailAdapter$ItemViewHolder;
.super Lcom/cmcm/safewallet/ui/base/adapter/b;
.source "WalletDetailAdapter.java"


# instance fields
.field itemBox:Landroid/view/ViewGroup;
    .annotation build Lbutterknife/BindView;
    .end annotation
.end field

.field mAddressText:Landroid/widget/TextView;
    .annotation build Lbutterknife/BindView;
    .end annotation
.end field

.field mSendText:Landroid/widget/TextView;
    .annotation build Lbutterknife/BindView;
    .end annotation
.end field

.field mStateText:Landroid/widget/TextView;
    .annotation build Lbutterknife/BindView;
    .end annotation
.end field

.field mTimeText:Landroid/widget/TextView;
    .annotation build Lbutterknife/BindView;
    .end annotation
.end field


# direct methods
.method public constructor <init>(Landroid/view/View;)V
    .registers 2

    .prologue
    .line 382
    invoke-direct {p0, p1}, Lcom/cmcm/safewallet/ui/base/adapter/b;-><init>(Landroid/view/View;)V

    .line 383
    return-void
.end method