NetMirror.apk

Download file
package com.facebook.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum l {
    COLUMN(0),
    COLUMN_REVERSE(1),
    ROW(2),
    ROW_REVERSE(3);


    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final int f8340b;

    l(int i3) {
        this.f8340b = i3;
    }

    public int b() {
        return this.f8340b;
    }
}
Download file