about summary refs log tree commit diff
path: root/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift
diff options
context:
space:
mode:
Diffstat (limited to 'modules/react-native-ui-text-view/ios/RNUITextViewChild.swift')
-rw-r--r--modules/react-native-ui-text-view/ios/RNUITextViewChild.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift b/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift
deleted file mode 100644
index c341c46e4..000000000
--- a/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift
+++ /dev/null
@@ -1,4 +0,0 @@
-class RNUITextViewChild: UIView {
-  @objc var text: String?
-  @objc var onPress: RCTDirectEventBlock?
-}