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

9 lines
125 B
Java
Raw Permalink 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();
}