linphone-ios/linphoneExtension/ShareViewController.h
2018-06-15 16:40:23 +02:00

13 lines
221 B
Objective-C

//
// ShareViewController.h
// linphoneExtension
//
// Created by Danmei Chen on 31/05/2018.
//
#import <UIKit/UIKit.h>
#import <Social/Social.h>
@interface ShareViewController : SLComposeServiceViewController
@end