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, 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? -} |