about summary refs log tree commit diff
path: root/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift
blob: c341c46e44a8245124b4dbd24d82efcc907c2852 (plain) (blame)
1
2
3
4
class RNUITextViewChild: UIView {
  @objc var text: String?
  @objc var onPress: RCTDirectEventBlock?
}