session-ios/SignalUtilitiesKit/Shared Views/OWSTextView.h

16 lines
285 B
Objective-C

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