File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Libraries/Text/TextInput/Singleline Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ NS_ASSUME_NONNULL_BEGIN
2727@property (nonatomic , strong , nullable ) UIColor *placeholderColor;
2828@property (nonatomic , assign ) UIEdgeInsets textContainerInset;
2929@property (nonatomic , assign , getter =isEditable) BOOL editable;
30+ @property (nonatomic , assign , nullable ) NSString *accessibilityErrorMessage;
3031@property (nonatomic , readwrite , nullable ) NSString *currentAccessibilityError;
3132@property (nonatomic , readwrite , nullable ) NSString *previousAccessibilityError;
32- @property (nonatomic , readwrite , nullable ) NSString *accessibilityErrorMessage;
3333@property (nonatomic , getter =isScrollEnabled) BOOL scrollEnabled;
3434@property (nonatomic , strong , nullable ) NSString *inputAccessoryViewID;
3535@property (nonatomic , assign , readonly ) CGFloat zoomScale;
You can’t perform that action at this time.
0 commit comments