Rabbit-R1/android (non root)/java/sources/org/webrtc/Loggable.java

9 lines
186 B
Java
Raw Permalink Normal View History

2024-05-21 21:08:36 +00:00
package org.webrtc;
import org.webrtc.Logging;
/* loaded from: classes3.dex */
public interface Loggable {
void onLogMessage(String str, Logging.Severity severity, String str2);
}