NetMirror.apk

Download file
package com.facebook.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum n {
    FLEX_START(0),
    CENTER(1),
    FLEX_END(2),
    SPACE_BETWEEN(3),
    SPACE_AROUND(4),
    SPACE_EVENLY(5);


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

    n(int i3) {
        this.f8353b = i3;
    }

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