element-ios/Riot Share Extension/ShareViewController.h

15 lines
263 B
C
Raw Normal View History

//
// 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