NewsBlur/clients/ios/Share Extension/ShareViewController.h

15 lines
275 B
C
Raw Normal View History

2015-12-19 19:39:53 -08:00
//
// 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