Initial commit
This commit is contained in:
19
sources/com/tencent/bugly/proguard/k.java
Normal file
19
sources/com/tencent/bugly/proguard/k.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.tencent.bugly.proguard;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/* compiled from: BUGLY */
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class k implements Serializable {
|
||||
public abstract void a(i iVar);
|
||||
|
||||
public abstract void a(j jVar);
|
||||
|
||||
public abstract void a(StringBuilder sb, int i);
|
||||
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
a(sb, 0);
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user