session-ios/SignalUtilitiesKit/Sharing/SharingThreadPickerViewController.h

22 lines
466 B
C
Raw Permalink Normal View History

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