mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-24 08:26:40 +02:00
15 lines
263 B
Objective-C
15 lines
263 B
Objective-C
//
|
|
// ShareViewController.h
|
|
// Riot Share Extension
|
|
//
|
|
// Created by Aram Sargsyan on 7/6/17.
|
|
// Copyright © 2017 matrix.org. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <Social/Social.h>
|
|
|
|
@interface ShareViewController : UIViewController
|
|
|
|
@end
|