discord-jadx/app/src/main/java/c/i/a/c/a2/h0/j.java

18 lines
372 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.i.a.c.a2.h0;
import java.util.UUID;
/* compiled from: PsshAtomUtil */
public class j {
public final UUID a;
public final int b;
/* renamed from: c reason: collision with root package name */
2021-07-28 07:39:21 +00:00
public final byte[] f700c;
2021-07-24 02:37:17 +00:00
public j(UUID uuid, int i, byte[] bArr) {
this.a = uuid;
this.b = i;
2021-07-28 07:39:21 +00:00
this.f700c = bArr;
2021-07-24 02:37:17 +00:00
}
}