Rabbit-R1/switch port/java/sources/org/webrtc/RefCounted.java

9 lines
125 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package org.webrtc;
/* loaded from: classes3.dex */
public interface RefCounted {
void release();
void retain();
}