jimu-decompiled/sources/com/ubtrobot/analytics/EventStorage.java
2025-05-13 19:24:51 +02:00

20 lines
413 B
Java

package com.ubtrobot.analytics;
import java.io.IOException;
import java.util.List;
/* loaded from: classes2.dex */
public interface EventStorage {
int a() throws IOException;
List<Event> a(int i) throws IOException;
void a(Event event) throws IOException;
void a(List<Event> list) throws IOException;
void b(int i) throws IOException;
void b(List<Event> list) throws IOException;
}