package com.tapjoy; /* loaded from: classes4.dex */ public interface TJConnectInterface { void onConnectFailure(int i, String str); void onConnectSuccess(); void onConnectWarning(int i, String str); }