NetMirror.apk

Download file
package com.facebook.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum x {
    NO_WRAP(0),
    WRAP(1),
    WRAP_REVERSE(2);


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

    x(int i3) {
        this.f8382b = i3;
    }

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