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

16 lines
287 B
C
Raw Normal View History

2017-02-16 23:59:40 +01:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h>
@class TSAttachmentStream;
@interface AttachmentSharing : NSObject
+ (void)showShareUIForAttachment:(TSAttachmentStream *)stream;
+ (void)showShareUIForURL:(NSURL *)url;
2017-02-16 23:59:40 +01:00
@end