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

import com.seewo.sdk.interfaces.ISDKPictureHelper;
import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class RespGetSolution implements SDKParsable {
    public ISDKPictureHelper.SDKSolution result;

    private RespGetSolution() {
    }

    public RespGetSolution(ISDKPictureHelper.SDKSolution sDKSolution) {
        this();
        this.result = sDKSolution;
    }
}
