NetMirror.apk

Download file
package com.facebook.yoga;

/* JADX INFO: loaded from: classes.dex */
public enum i {
    FLEX(0),
    NONE(1),
    CONTENTS(2);


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

    i(int i3) {
        this.f8315b = i3;
    }

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