package com.seewo.sdk.interfaces;

import com.seewo.sdk.model.SDKIIpRemoteState;

/* JADX INFO: loaded from: classes.dex */
public interface ISDKNetRemoteHelper {
    SDKIIpRemoteState getIIpRemoteStatus();

    void notifyPublishCompleted();

    void setIIpRemoteStatus(SDKIIpRemoteState sDKIIpRemoteState);
}
