7 lines
131 B
Java
7 lines
131 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface wPP<TInput, TResult> {
|
||
|
TInput c(TInput tinput, TResult tresult);
|
||
|
}
|