Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
package com.bumptech.glide.gifdecoder;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes.dex */
public class GifHeader {
GifFrame d;
int f;
int g;
boolean h;
int i;
int j;
int k;
int l;
int m;
int[] a = null;
int b = 0;
int c = 0;
final List<GifFrame> e = new ArrayList();
public int a() {
return this.g;
}
public int b() {
return this.c;
}
public int c() {
return this.b;
}
public int d() {
return this.f;
}
}