Initial commit
This commit is contained in:
10
sources/com/google/android/gms/common/util/Clock.java
Normal file
10
sources/com/google/android/gms/common/util/Clock.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.google.android.gms.common.util;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface Clock {
|
||||
long a();
|
||||
|
||||
long b();
|
||||
|
||||
long c();
|
||||
}
|
||||
Reference in New Issue
Block a user