13 lines
242 B
Java
13 lines
242 B
Java
|
package com.huawei.hms.base.log;
|
||
|
|
||
|
import android.content.Context;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface d {
|
||
|
void a(Context context, String str);
|
||
|
|
||
|
void a(d dVar);
|
||
|
|
||
|
void a(String str, int i, String str2, String str3);
|
||
|
}
|