mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
14 lines
275 B
Objective-C
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
|