mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 08:32:38 -06:00
6 lines
121 B
Java
6 lines
121 B
Java
package com.alibaba.fastjson;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface JSONAware {
|
|
String toJSONString();
|
|
}
|