NewsBlur/clients/ios/Classes/UIActivitiesControl.h

17 lines
353 B
C
Raw Normal View History

//
// 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