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

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

/* JADX INFO: loaded from: classes.dex */
public class RespGetResolutionInfo implements SDKParsable {
    public SDKEntityResolution info;

    private RespGetResolutionInfo() {
    }

    public RespGetResolutionInfo(SDKEntityResolution sDKEntityResolution) {
        this();
        this.info = sDKEntityResolution;
    }
}
