discord-jadx/app/src/main/java/b/f/j/c/t.java

31 lines
970 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.f.j.c;
2021-07-24 02:37:17 +00:00
import com.facebook.cache.common.CacheKey;
import java.util.Objects;
/* compiled from: InstrumentedMemoryCacheBitmapMemoryCacheFactory */
public final class t implements x<CacheKey> {
public final /* synthetic */ r a;
public t(r rVar) {
this.a = rVar;
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
2021-12-17 21:59:34 +00:00
@Override // b.f.j.c.x
2021-07-24 02:37:17 +00:00
public void a(CacheKey cacheKey) {
Objects.requireNonNull((z) this.a);
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
2021-12-17 21:59:34 +00:00
@Override // b.f.j.c.x
2021-07-24 02:37:17 +00:00
public void b(CacheKey cacheKey) {
Objects.requireNonNull((z) this.a);
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
2021-12-17 21:59:34 +00:00
@Override // b.f.j.c.x
2021-07-24 02:37:17 +00:00
public void c(CacheKey cacheKey) {
Objects.requireNonNull((z) this.a);
}
}