session-ios/Signal/src/ViewControllers/AttachmentSharing.h

16 lines
298 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
@class TSAttachmentStream;
@interface AttachmentSharing : NSObject
+ (void)showShareUIForAttachment:(TSAttachmentStream *)stream;
+ (void)showShareUIForURL:(NSURL *)url;
+ (void)showShareUIForText:(NSString *)text;
@end