// // Copyright (c) 2018 Open Whisper Systems. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @class SignalAttachment; @protocol ShareViewDelegate; @interface SharingThreadPickerViewController : SelectThreadViewController @property (nonatomic) NSArray *attachments; - (instancetype)initWithShareViewDelegate:(id)shareViewDelegate; @end NS_ASSUME_NONNULL_END