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