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

9 lines
223 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package io.sentry;
/* loaded from: classes3.dex */
public interface IPerformanceSnapshotCollector extends IPerformanceCollector {
void collect(PerformanceCollectionData performanceCollectionData);
void setup();
}