Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
10
apk_decompiled/sources/G/d.java
Normal file
10
apk_decompiled/sources/G/d.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package G;
|
||||
|
||||
import android.graphics.Paint;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class d {
|
||||
public static boolean a(Paint paint, String str) {
|
||||
return paint.hasGlyph(str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user