mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
17 lines
353 B
C
17 lines
353 B
C
![]() |
//
|
||
|
// UIActivitiesControl.h
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by Samuel Clay on 7/19/13.
|
||
|
// Copyright (c) 2013 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface UIActivitiesControl : NSObject
|
||
|
|
||
|
+ (void)showActivitiesInView:(UIViewController *)vc;
|
||
|
+ (void)showActivitiesInView:(UIViewController *)vc withUrl:(NSURL *)url;
|
||
|
|
||
|
@end
|