File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -418,13 +418,13 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
418
418
@property (nonatomic, readonly, getter = isAutoCompleting) BOOL autoCompleting;
419
419
420
420
/* * The recently found prefix symbol used as prefix for autocompletion mode. */
421
- @property (nonatomic, readonly, copy) NSString *_Nullable foundPrefix;
421
+ @property (nonatomic, copy) NSString *_Nullable foundPrefix;
422
422
423
423
/* * The range of the found prefix in the text view content. */
424
- @property (nonatomic, readonly ) NSRange foundPrefixRange;
424
+ @property (nonatomic) NSRange foundPrefixRange;
425
425
426
426
/* * The recently found word at the text view's caret position. */
427
- @property (nonatomic, readonly, copy) NSString *_Nullable foundWord;
427
+ @property (nonatomic, copy) NSString *_Nullable foundWord;
428
428
429
429
/* * An array containing all the registered prefix strings for autocompletion. */
430
430
@property (nonatomic, readonly, copy) NSSet <NSString *> *_Nullable registeredPrefixes;
You can’t perform that action at this time.
0 commit comments