Rabbit-R1/android (non root)/java/sources/org/webrtc/RefCounted.java
2024-05-21 17:08:36 -04:00

8 lines
125 B
Java

package org.webrtc;
/* loaded from: classes3.dex */
public interface RefCounted {
void release();
void retain();
}