7 lines
196 B
Java
7 lines
196 B
Java
|
package io.flutter.plugin.platform;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface PlatformViewRegistry {
|
||
|
boolean registerViewFactory(String str, PlatformViewFactory platformViewFactory);
|
||
|
}
|