NewsBlur-viq/clients/ios/Share Extension/ShareViewController.h
2015-12-19 19:39:53 -08:00

14 lines
275 B
Objective-C

//
// ShareViewController.h
// Share Extension
//
// Created by David Sinclair on 2015-12-18.
// Copyright © 2015 NewsBlur. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Social/Social.h>
@interface ShareViewController : SLComposeServiceViewController
@end