jimu-decompiled/sources/com/orhanobut/logger/FormatStrategy.java
2025-05-13 19:24:51 +02:00

7 lines
142 B
Java

package com.orhanobut.logger;
/* loaded from: classes.dex */
public interface FormatStrategy {
void a(int i, String str, String str2);
}