16 lines
299 B
Java
16 lines
299 B
Java
package com.tencent.tauth;
|
|
|
|
/* compiled from: ProGuard */
|
|
/* loaded from: classes.dex */
|
|
public class UiError {
|
|
public int a;
|
|
public String b;
|
|
public String c;
|
|
|
|
public UiError(int i, String str, String str2) {
|
|
this.b = str;
|
|
this.a = i;
|
|
this.c = str2;
|
|
}
|
|
}
|