Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package dagger.hilt.android;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.TYPE})
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface WithFragmentBindings {
|
||||
}
|
||||
Reference in New Issue
Block a user