Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.bumptech.glide.provider;
|
||||
|
||||
import com.bumptech.glide.load.ImageHeaderParser;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class ImageHeaderParserRegistry {
|
||||
private final List<ImageHeaderParser> a = new ArrayList();
|
||||
|
||||
public synchronized List<ImageHeaderParser> a() {
|
||||
return this.a;
|
||||
}
|
||||
|
||||
public synchronized void a(ImageHeaderParser imageHeaderParser) {
|
||||
this.a.add(imageHeaderParser);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user