forked from mirrors/linphone-iphone
13 lines
221 B
Objective-C
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
|