11 lines
254 B
Java
11 lines
254 B
Java
package dagger.hilt.android.components;
|
|
|
|
import dagger.hilt.DefineComponent;
|
|
import dagger.hilt.android.scopes.ViewScoped;
|
|
|
|
@ViewScoped
|
|
@DefineComponent(parent = ActivityComponent.class)
|
|
/* loaded from: classes3.dex */
|
|
public interface ViewComponent {
|
|
}
|