package com.google.android.datatransport.runtime.dagger;
/* loaded from: classes2.dex */
public interface Lazy<T> {
    T get();
}
