mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 18:12:31 -06:00
7 lines
141 B
Java
7 lines
141 B
Java
|
package org.webrtc;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface NativePeerConnectionFactory {
|
||
|
long createNativePeerConnection();
|
||
|
}
|