Files
bsky-social-app/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift
T
2024-01-18 21:27:43 -08:00

5 lines
104 B
Swift

class RNUITextViewChild: UIView {
@objc var text: String?
@objc var onPress: RCTDirectEventBlock?
}