diff options
Diffstat (limited to 'modules/react-native-ui-text-view/ios/RNUITextViewChild.swift')
-rw-r--r-- | modules/react-native-ui-text-view/ios/RNUITextViewChild.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift b/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift new file mode 100644 index 000000000..c341c46e4 --- /dev/null +++ b/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift @@ -0,0 +1,4 @@ +class RNUITextViewChild: UIView { + @objc var text: String? + @objc var onPress: RCTDirectEventBlock? +} |