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