session-ios/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageTextView.h

16 lines
260 B
C
Raw Normal View History

2018-03-28 16:01:01 +02:00
//
2019-03-15 02:24:15 +01:00
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
2018-03-28 16:01:01 +02:00
//
2018-08-15 23:09:59 +02:00
#import <SignalMessaging/OWSTextView.h>
2018-03-28 16:01:01 +02:00
NS_ASSUME_NONNULL_BEGIN
2018-08-15 23:09:59 +02:00
@interface OWSMessageTextView : OWSTextView
2018-03-28 16:01:01 +02:00
@property (nonatomic) BOOL shouldIgnoreEvents;
@end
NS_ASSUME_NONNULL_END