NSSpellChecker: define new constants

Define new constants on NSSpellChecker. They are not yet handled by the
implementation.
This commit is contained in:
Daniel Ferreira 2017-07-18 03:45:24 +10:00 committed by Ivan Vučica
parent f1abcb313a
commit f9daf52083

View file

@ -44,6 +44,14 @@
@class NSDictionary;
@class NSMutableDictionary;
typedef NSInteger NSCorrectionIndicatorType;
enum
{
NSCorrectionIndicatorTypeDefault = 0,
NSCorrectionIndicatorTypeReversion,
NSCorrectionIndicatorTypeGuesses
};
@interface NSSpellChecker : NSObject
{
@private