// // Copyright (c) 2017 Open Whisper Systems. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @class SignalAttachment; @protocol OWSTextViewPasteDelegate - (void)didPasteAttachment:(SignalAttachment *_Nullable)attachment; - (void)textViewDidChangeLayout; @end #pragma mark - @interface OWSMessagesComposerTextView : JSQMessagesComposerTextView @property (weak, nonatomic) id textViewPasteDelegate; @end NS_ASSUME_NONNULL_END