package com.seewo.sdk.model;

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

/* JADX INFO: loaded from: classes.dex */
public enum SDKOrientation implements SDKParsable {
    LANDSCAPE,
    PORTRAIT
}
