package com.igaworks.ssp; /* loaded from: classes2.dex */ public enum AdSize { BANNER_320x50(1), BANNER_300x250(2), BANNER_320x100(3), BANNER_ADAPTIVE_SIZE(4); /* renamed from: a, reason: collision with root package name */ private int f5705a; AdSize(int i10) { this.f5705a = i10; } public int getValue() { return this.f5705a; } }