package d.f.a.p1;

import com.seewo.sdk.SDKSystemHelper;

/* JADX INFO: compiled from: lambda */
/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class jh implements Runnable {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ SDKSystemHelper f2786b;

    public /* synthetic */ jh(SDKSystemHelper sDKSystemHelper) {
        this.f2786b = sDKSystemHelper;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f2786b.reboot();
    }
}
