what-the-bank/sources/io/github/inflationx/calligraphy3/FontMapper.java

7 lines
135 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package io.github.inflationx.calligraphy3;
/* loaded from: classes.dex */
public interface FontMapper {
String map(String str);
}