Rename Class63 to CursorType

This commit is contained in:
Pazaz 2022-04-23 15:20:10 -04:00
parent 6bd95459fa
commit 56d579db1b
3 changed files with 5 additions and 5 deletions

View file

@ -129,13 +129,13 @@ public final class Static202 {
}
@OriginalMember(owner = "client!qg", name = "d", descriptor = "(II)Lclient!ia;")
public static Class63 method3660(@OriginalArg(0) int arg0) {
@Pc(10) Class63 local10 = (Class63) Static79.aClass99_11.method3106((long) arg0);
public static CursorType method3660(@OriginalArg(0) int arg0) {
@Pc(10) CursorType local10 = (CursorType) Static79.aClass99_11.method3106((long) arg0);
if (local10 != null) {
return local10;
}
@Pc(20) byte[] local20 = Static153.aClass153_57.getFile(33, arg0);
local10 = new Class63();
local10 = new CursorType();
if (local20 != null) {
local10.method2249(new Buffer(local20), arg0);
}