Rabbit-R1/switch port/java/sources/io/sentry/Integration.java

7 lines
144 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package io.sentry;
/* loaded from: classes3.dex */
public interface Integration {
void register(IHub iHub, SentryOptions sentryOptions);
}