// // Copyright (c) 2019 Open Whisper Systems. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface OWSMessageTextView : OWSTextView @property (nonatomic) BOOL shouldIgnoreEvents; @end NS_ASSUME_NONNULL_END