Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ubtrobot.analytics.event;
|
||||
|
||||
import com.ubtrobot.analytics.Event;
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface ActivenessEventSource {
|
||||
int a(int i) throws IOException;
|
||||
|
||||
List<Event> a() throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user