11 lines
238 B
Java
11 lines
238 B
Java
package com.google.firebase.remoteconfig;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface FirebaseRemoteConfigInfo {
|
|
FirebaseRemoteConfigSettings getConfigSettings();
|
|
|
|
long getFetchTimeMillis();
|
|
|
|
int getLastFetchStatus();
|
|
}
|