package com.facebook.react.bridge;

/* JADX INFO: loaded from: classes.dex */
public interface UIManagerProvider {
    UIManager createUIManager(ReactApplicationContext reactApplicationContext);
}
