25 lines
532 B
Java
25 lines
532 B
Java
|
package com.kofax.mobile.sdk._internal.impl;
|
||
|
|
||
|
import com.kofax.mobile.sdk._internal.IBus;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class p implements fPK<o> {
|
||
|
private final fZE<IBus> wu;
|
||
|
|
||
|
public p(fZE<IBus> fze) {
|
||
|
this.wu = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: hZ, reason: merged with bridge method [inline-methods] */
|
||
|
public final o get() {
|
||
|
return new o(this.wu.get());
|
||
|
}
|
||
|
|
||
|
public static p b(fZE<IBus> fze) {
|
||
|
return new p(fze);
|
||
|
}
|
||
|
}
|