package com.ifpdos.autotest.n0;

import android.content.Context;
import com.ifpdos.autotest.model.EthernetConfig;
import d.n;

/* JADX INFO: compiled from: IEthernetHandler.kt */
/* JADX INFO: loaded from: classes.dex */
@n
public interface i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final a f2253a = a.f2254a;

    /* JADX INFO: compiled from: IEthernetHandler.kt */
    @n
    public static final class a {

        /* JADX INFO: renamed from: a, reason: collision with root package name */
        static final /* synthetic */ a f2254a = new a();

        private a() {
        }
    }

    /* JADX INFO: compiled from: IEthernetHandler.kt */
    @n
    public static final class b {
        public static /* synthetic */ void a(i iVar, Context context, EthernetConfig ethernetConfig, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: setStaticIp");
            }
            if ((i & 2) != 0) {
                ethernetConfig = null;
            }
            iVar.a(context, ethernetConfig);
        }
    }

    void a(Context context, EthernetConfig ethernetConfig);

    void b(Context context);
}
