package com.bytedance.sdk.openadsdk.lse;

/* JADX INFO: loaded from: classes2.dex */
public enum wu {
    L(1),
    M(0),
    Q(3),
    H(2);

    private static final wu[] jnr;
    private final int ajl;

    static {
        wu wuVar = L;
        wu wuVar2 = M;
        wu wuVar3 = Q;
        jnr = new wu[]{wuVar2, wuVar, H, wuVar3};
    }

    wu(int i10) {
        this.ajl = i10;
    }

    public int fm() {
        return this.ajl;
    }
}
