mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
11 lines
243 B
Java
Generated
11 lines
243 B
Java
Generated
// Generated automatically from androidx.remotecallback.CallbackReceiver for testing purposes
|
|
|
|
package androidx.remotecallback;
|
|
|
|
import android.content.Context;
|
|
|
|
public interface CallbackReceiver<T>
|
|
{
|
|
T createRemoteCallback(Context p0);
|
|
}
|