package com.bytedance.adsdk.ugeno.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum lb {
    INHERIT(0),
    LTR(1),
    RTL(2);

    private final int yz;

    lb(int i10) {
        this.yz = i10;
    }

    public int fm() {
        return this.yz;
    }
}
