mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
8 lines
179 B
Java
8 lines
179 B
Java
package io.flutter.embedding.android;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface ExclusiveAppComponent<T> {
|
|
void detachFromFlutterEngine();
|
|
|
|
T getAppComponent();
|
|
}
|