mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
15 lines
275 B
C
15 lines
275 B
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
|