Initial commit
This commit is contained in:
16
sources/com/baidu/license/download/oi.java
Normal file
16
sources/com/baidu/license/download/oi.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package com.baidu.license.download;
|
||||
|
||||
/* compiled from: DownloadConfig.java */
|
||||
/* loaded from: classes.dex */
|
||||
public final class oi {
|
||||
private int a = 10;
|
||||
private int b = 2;
|
||||
|
||||
public final int a() {
|
||||
return this.a;
|
||||
}
|
||||
|
||||
public final int b() {
|
||||
return this.b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user