WechatApp$MimeInfoBean.smali
1.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.class public Lnet/uc/demo/app/WechatApp$MimeInfoBean;
.super Ljava/lang/Object;
.source "WechatApp.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lnet/uc/demo/app/WechatApp;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "MimeInfoBean"
.end annotation
# instance fields
.field public codecs:Ljava/util/LinkedList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/LinkedList<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public mime:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
new-instance v0, Ljava/util/LinkedList;
invoke-direct {v0}, Ljava/util/LinkedList;-><init>()V
iput-object v0, p0, Lnet/uc/demo/app/WechatApp$MimeInfoBean;->codecs:Ljava/util/LinkedList;
return-void
.end method