Signal-iOS/SignalMessaging/Views/OWSTextView.h
2020-12-11 16:33:38 -03:00

17 lines
359 B
Objective-C

//
// Copyright (c) 2020 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
extern const UIDataDetectorTypes kOWSAllowedDataDetectorTypes;
extern const UIDataDetectorTypes kOWSAllowedDataDetectorTypesExceptLinks;
@interface OWSTextView : UITextView
- (void)ensureShouldLinkifyText:(BOOL)shouldLinkifyText;
@end
NS_ASSUME_NONNULL_END