mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 01:22:33 -06:00
8 lines
163 B
Java
8 lines
163 B
Java
package com.google.gson;
|
|
|
|
import java.lang.reflect.Type;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface InstanceCreator<T> {
|
|
T createInstance(Type type);
|
|
}
|