11 lines
258 B
Java
11 lines
258 B
Java
|
package com.google.android.gms.flags;
|
||
|
|
||
|
import java.lang.annotation.Retention;
|
||
|
import java.lang.annotation.RetentionPolicy;
|
||
|
|
||
|
@Retention(RetentionPolicy.SOURCE)
|
||
|
/* loaded from: classes.dex */
|
||
|
public @interface FlagSource {
|
||
|
public static final int G = 0;
|
||
|
}
|