bp.smali

.class public Lcom/loc/bp;
.super Ljava/lang/Object;


# annotations
.annotation runtime Lcom/loc/ag;
    a = "b"
.end annotation


# instance fields
.field private a:I
    .annotation runtime Lcom/loc/ah;
        a = "b1"
        b = 0x2
    .end annotation
.end field


# direct methods
.method public constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public final a()I
    .registers 2

    iget v0, p0, Lcom/loc/bp;->a:I

    return v0
.end method

.method public final a(I)V
    .registers 2

    iput p1, p0, Lcom/loc/bp;->a:I

    return-void
.end method