Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package dagger.hilt.components;
|
||||
|
||||
import dagger.hilt.DefineComponent;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
@Singleton
|
||||
@DefineComponent
|
||||
/* loaded from: classes3.dex */
|
||||
public interface SingletonComponent {
|
||||
}
|
||||
Reference in New Issue
Block a user