Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.google.android.gms.common.util;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.TYPE})
|
||||
/* loaded from: classes.dex */
|
||||
public @interface DynamiteApi {
|
||||
}
|
||||
Reference in New Issue
Block a user