Initial commit
This commit is contained in:
6
sources/com/orhanobut/logger/LogStrategy.java
Normal file
6
sources/com/orhanobut/logger/LogStrategy.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.orhanobut.logger;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface LogStrategy {
|
||||
void a(int i, String str, String str2);
|
||||
}
|
||||
Reference in New Issue
Block a user