Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.google.firebase.events;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface EventHandler<T> {
|
||||
void handle(Event<T> event);
|
||||
}
|
||||
Reference in New Issue
Block a user