jimu-decompiled/sources/com/baidu/cloud/videocache/j.java
2025-05-13 19:24:51 +02:00

20 lines
376 B
Java

package com.baidu.cloud.videocache;
import java.net.Socket;
/* loaded from: classes.dex */
final class j implements Runnable {
private final Socket a;
final /* synthetic */ g b;
public j(g gVar, Socket socket) {
this.b = gVar;
this.a = socket;
}
@Override // java.lang.Runnable
public void run() {
this.b.a(this.a);
}
}