package com.seewo.sdk.internal.response.configure;

import com.seewo.sdk.internal.model.SDKParsable;
import com.seewo.sdk.model.SDKIrNotifyState;

/* JADX INFO: loaded from: classes.dex */
public class RespGetIrNotifyState implements SDKParsable {
    public SDKIrNotifyState state;

    private RespGetIrNotifyState() {
    }

    public RespGetIrNotifyState(SDKIrNotifyState sDKIrNotifyState) {
        this();
        this.state = sDKIrNotifyState;
    }
}
