package com.bytedance.sdk.openadsdk.maa;

/* JADX INFO: loaded from: classes2.dex */
public class wsy {
    private static fm fm;

    public interface fm {
    }

    public static void fm(fm fmVar) {
        fm = fmVar;
    }

    public static boolean fm() {
        return fm != null;
    }

    public static void fm(String str, String str2, Throwable th) {
        if (fm != null && th == null) {
            new Throwable();
        }
    }
}
