Files
test/uni_modules/xtf-qrcode/utssdk/app-android/Test.java
T
2026-03-11 09:44:18 +08:00

7 lines
73 B
Java

public class Test{
public static String test(){
return "xtf";
}
}