mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-06 09:13:27 +08:00
Reviewed By: achen1 Differential Revision: D7031902 fbshipit-source-id: a8d9d505f981ac4268760efa32f4cbc7955aec32
8 lines
168 B
Java
8 lines
168 B
Java
package com.facebook.react.uimanager;
|
|
|
|
public interface UIModule {
|
|
|
|
<T extends SizeMonitoringFrameLayout & MeasureSpecProvider> int addRootView(final T rootView);
|
|
|
|
}
|