Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 30194fe

Browse files
author
Adlai Holler
authored
Remove duplicate declarations from last PR (#2893)
1 parent 4e80acc commit 30194fe

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

AsyncDisplayKit/ASEditableTextNode.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ NS_ASSUME_NONNULL_BEGIN
9898
*/
9999
@property (nonatomic, assign) NSUInteger maximumLinesToDisplay;
100100

101-
/**
102-
@abstract <UITextInputTraits> properties.
103-
*/
104-
@property(nonatomic, readwrite, assign) UITextAutocapitalizationType autocapitalizationType; // default is UITextAutocapitalizationTypeSentences
105-
@property(nonatomic, readwrite, assign) UITextAutocorrectionType autocorrectionType; // default is UITextAutocorrectionTypeDefault
106-
@property(nonatomic, readwrite, assign) UITextSpellCheckingType spellCheckingType; // default is UITextSpellCheckingTypeDefault;
107-
@property(nonatomic, readwrite, assign) UIKeyboardType keyboardType; // default is UIKeyboardTypeDefault
108-
@property(nonatomic, readwrite, assign) UIKeyboardAppearance keyboardAppearance; // default is UIKeyboardAppearanceDefault
109-
@property(nonatomic, readwrite, assign) UIReturnKeyType returnKeyType; // default is UIReturnKeyDefault (See note under UIReturnKeyType enum)
110-
@property(nonatomic, readwrite, assign) BOOL enablesReturnKeyAutomatically; // default is NO (when YES, will automatically disable return key when text widget has zero-length contents, and will automatically enable when text widget has non-zero-length contents)
111-
@property(nonatomic, readwrite, assign, getter=isSecureTextEntry) BOOL secureTextEntry; // default is NO
112-
113101
/**
114102
@abstract Indicates whether the receiver's text view is the first responder, and thus has the keyboard visible and is prepared for editing by the user.
115103
@result YES if the receiver's text view is the first-responder; NO otherwise.

0 commit comments

Comments
 (0)