14 lines
250 B
Objective-C
14 lines
250 B
Objective-C
//
|
|
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NSString (SSK)
|
|
|
|
@property (nonatomic, nullable, readonly) NSString *dominantLanguageWithLegacyLinguisticTagger;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|