session-ios/SignalUtilitiesKit/Sharing/SharingThreadPickerViewController.h
2021-01-12 11:25:31 +11:00

22 lines
466 B
Objective-C

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