jimu-decompiled/sources/com/tencent/tauth/UiError.java
2025-05-13 19:24:51 +02:00

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;
}
}