NetMirror.apk

Download file
package com.facebook.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum u {
    VISIBLE(0),
    HIDDEN(1),
    SCROLL(2);


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

    u(int i3) {
        this.f8363b = i3;
    }

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