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

9 lines
125 B
Java
Raw Normal View History

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