-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) public final class HorizontalTwoCardWithOfferLabelListAdapter_Factory implements Factory<HorizontalTwoCardWithOfferLabelListAdapter>
-
-
Constructor Summary
Constructors Constructor Description HorizontalTwoCardWithOfferLabelListAdapter_Factory(Provider<Context> contextProvider, Provider<String> fromProvider, Provider<String> fromTitleProvider)
-
Method Summary
Modifier and Type Method Description HorizontalTwoCardWithOfferLabelListAdapterget()static HorizontalTwoCardWithOfferLabelListAdapter_Factorycreate(Provider<Context> contextProvider, Provider<String> fromProvider, Provider<String> fromTitleProvider)static HorizontalTwoCardWithOfferLabelListAdapternewInstance(Context context, String from, String fromTitle)-
-
Method Detail
-
get
HorizontalTwoCardWithOfferLabelListAdapter get()
-
create
static HorizontalTwoCardWithOfferLabelListAdapter_Factory create(Provider<Context> contextProvider, Provider<String> fromProvider, Provider<String> fromTitleProvider)
-
newInstance
static HorizontalTwoCardWithOfferLabelListAdapter newInstance(Context context, String from, String fromTitle)
-
-
-
-