package com.igaworks.ssp.common; /* loaded from: classes2.dex */ public enum d { DEFAULT(0), FAN(650), VUNGLE(651), TAPJOY(653); /* renamed from: a, reason: collision with root package name */ private int f6571a; d(int i10) { this.f6571a = i10; } public int a() { return this.f6571a; } }