5 lines
104 B
Swift
5 lines
104 B
Swift
class RNUITextViewChild: UIView {
|
|||
@objc var text: String?
|
|||
@objc var onPress: RCTDirectEventBlock?
|
|||
}
|