mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
10 lines
200 B
Java
10 lines
200 B
Java
|
package io.sentry.internal.debugmeta;
|
||
|
|
||
|
import java.util.List;
|
||
|
import java.util.Properties;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface IDebugMetaLoader {
|
||
|
List<Properties> loadDebugMeta();
|
||
|
}
|