Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package androidx.datastore.preferences.protobuf;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface D extends List {
|
||||
void e(C0116g c0116g);
|
||||
|
||||
List getUnderlyingElements();
|
||||
|
||||
D getUnmodifiableView();
|
||||
|
||||
Object s(int i);
|
||||
}
|
||||
Reference in New Issue
Block a user