discord-jadx/app/src/main/java/c/j/a/d.java

18 lines
431 B
Java

package c.j.a;
import com.hcaptcha.sdk.HCaptchaTokenResponse;
public class d implements Runnable {
public final /* synthetic */ HCaptchaTokenResponse i;
public final /* synthetic */ c j;
public d(c cVar, HCaptchaTokenResponse hCaptchaTokenResponse) {
this.j = cVar;
this.i = hCaptchaTokenResponse;
}
@Override // java.lang.Runnable
public void run() {
this.j.l.b(this.i);
}
}