mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
vector-im/element-ios/pull/5014 - Forward original message content and remove the need to re-upload media.
This commit is contained in:
committed by
Stefan Ceriu
parent
1339e6c19f
commit
c384a96fe0
@@ -16,7 +16,7 @@
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
@protocol ShareItemProviderProtocol;
|
||||
@protocol ShareItemSenderProtocol;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -35,8 +35,8 @@ typedef NS_ENUM(NSUInteger, ShareManagerResult) {
|
||||
|
||||
@property (nonatomic, copy) void (^completionCallback)(ShareManagerResult);
|
||||
|
||||
- (instancetype)initWithShareItemProvider:(id<ShareItemProviderProtocol>)shareItemProvider
|
||||
type:(ShareManagerType)type;
|
||||
- (instancetype)initWithShareItemSender:(id<ShareItemSenderProtocol>)itemSender
|
||||
type:(ShareManagerType)type;
|
||||
|
||||
- (UIViewController *)mainViewController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user