package com.igaworks.ssp.common; /* loaded from: classes2.dex */ public enum c { DEFAULT(0), CUSTOM_SIZE(1); /* renamed from: a, reason: collision with root package name */ private int f6565a; c(int i10) { this.f6565a = i10; } public int a() { return this.f6565a; } }