21 lines
1.3 KiB
Java
21 lines
1.3 KiB
Java
package com.adif.elcanomovil.uiMoreAdif;
|
|
|
|
import com.google.firebase.analytics.FirebaseAnalytics;
|
|
import java.util.List;
|
|
import kotlin.Lazy;
|
|
import kotlin.LazyKt;
|
|
import kotlin.Metadata;
|
|
|
|
@Metadata(d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\u0005\u0018\u00002\u00020\u0001B\u0005¢\u0006\u0002\u0010\u0002R!\u0010\u0003\u001a\b\u0012\u0004\u0012\u00020\u00050\u00048VX\u0096\u0084\u0002¢\u0006\f\n\u0004\b\b\u0010\t\u001a\u0004\b\u0006\u0010\u0007¨\u0006\n"}, d2 = {"Lcom/adif/elcanomovil/uiMoreAdif/DefaultHelpItemsProvider;", "Lcom/adif/elcanomovil/uiMoreAdif/HelpItemsProvider;", "()V", FirebaseAnalytics.Param.ITEMS, "", "Lcom/adif/elcanomovil/uiMoreAdif/HelpItem;", "getItems", "()Ljava/util/List;", "items$delegate", "Lkotlin/Lazy;", "ui-more-adif_proNon_corporateRelease"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
|
/* loaded from: classes2.dex */
|
|
public final class DefaultHelpItemsProvider implements HelpItemsProvider {
|
|
|
|
/* renamed from: items$delegate, reason: from kotlin metadata */
|
|
private final Lazy items = LazyKt.lazy(a.f5154a);
|
|
|
|
@Override // com.adif.elcanomovil.uiMoreAdif.HelpItemsProvider
|
|
public List<HelpItem> getItems() {
|
|
return (List) this.items.getValue();
|
|
}
|
|
}
|