mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
16 lines
398 B
Objective-C
16 lines
398 B
Objective-C
//
|
|
// ShareViewController.h
|
|
// linphoneExtension
|
|
//
|
|
// Created by Danmei Chen on 31/05/2018.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <Social/Social.h>
|
|
|
|
|
|
#define SUPPORTED_EXTENTIONS @[@"public.jpeg",@"com.compuserve.gif",@"public.url",@"public.movie",@"com.apple.mapkit.map-item",@"com.adobe.pdf",@"public.png",@"public.image"]
|
|
|
|
@interface ShareViewController : SLComposeServiceViewController
|
|
|
|
@end
|