43 lines
1.6 KiB
Java
43 lines
1.6 KiB
Java
|
package com.kofax.mobile.sdk.capture;
|
||
|
|
||
|
import com.kofax.mobile.sdk._internal.e;
|
||
|
import com.kofax.mobile.sdk._internal.view.b;
|
||
|
import com.kofax.mobile.sdk.capture.extraction.ExtractorResponse;
|
||
|
import o.fOW;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ExtractActivity_MembersInjector<T extends ExtractorResponse> implements fOW<ExtractActivity<T>> {
|
||
|
private final fZE<e> YF;
|
||
|
private final fZE<b> YG;
|
||
|
private final fZE<IImageStorage> YN;
|
||
|
|
||
|
public ExtractActivity_MembersInjector(fZE<IImageStorage> fze, fZE<b> fze2, fZE<e> fze3) {
|
||
|
this.YN = fze;
|
||
|
this.YG = fze2;
|
||
|
this.YF = fze3;
|
||
|
}
|
||
|
|
||
|
public static <T extends ExtractorResponse> fOW<ExtractActivity<T>> create(fZE<IImageStorage> fze, fZE<b> fze2, fZE<e> fze3) {
|
||
|
return new ExtractActivity_MembersInjector(fze, fze2, fze3);
|
||
|
}
|
||
|
|
||
|
public final void injectMembers(ExtractActivity<T> extractActivity) {
|
||
|
inject_imageStore(extractActivity, this.YN.get());
|
||
|
inject_buttonsBarView(extractActivity, this.YG.get());
|
||
|
inject_imageParamsStore(extractActivity, this.YF.get());
|
||
|
}
|
||
|
|
||
|
public static <T extends ExtractorResponse> void inject_imageStore(ExtractActivity<T> extractActivity, IImageStorage iImageStorage) {
|
||
|
extractActivity.YK = iImageStorage;
|
||
|
}
|
||
|
|
||
|
public static <T extends ExtractorResponse> void inject_buttonsBarView(ExtractActivity<T> extractActivity, b bVar) {
|
||
|
extractActivity.Yy = bVar;
|
||
|
}
|
||
|
|
||
|
public static <T extends ExtractorResponse> void inject_imageParamsStore(ExtractActivity<T> extractActivity, e eVar) {
|
||
|
extractActivity.Yx = eVar;
|
||
|
}
|
||
|
}
|