Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.google.android.gms.tasks;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface Continuation<TResult, TContinuationResult> {
|
||||
TContinuationResult then(Task<TResult> task) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user