package com.ironsource; /* loaded from: classes2.dex */ public interface og { int a(String str); void a(int i, String str); void a(long j, String str); Long b(String str); }