30 lines
833 B
Java
30 lines
833 B
Java
|
package com.kofax.mobile.sdk.h;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class d implements fPK<c> {
|
||
|
private final fZE<com.kofax.mobile.sdk.a.a> yL;
|
||
|
private final fZE<com.kofax.mobile.sdk.a.a> yM;
|
||
|
|
||
|
public d(fZE<com.kofax.mobile.sdk.a.a> fze, fZE<com.kofax.mobile.sdk.a.a> fze2) {
|
||
|
this.yL = fze;
|
||
|
this.yM = fze2;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: iP, reason: merged with bridge method [inline-methods] */
|
||
|
public final c get() {
|
||
|
return new c(this.yL.get(), this.yM.get());
|
||
|
}
|
||
|
|
||
|
public static d c(fZE<com.kofax.mobile.sdk.a.a> fze, fZE<com.kofax.mobile.sdk.a.a> fze2) {
|
||
|
return new d(fze, fze2);
|
||
|
}
|
||
|
|
||
|
public static c a(com.kofax.mobile.sdk.a.a aVar, com.kofax.mobile.sdk.a.a aVar2) {
|
||
|
return new c(aVar, aVar2);
|
||
|
}
|
||
|
}
|