mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
17 lines
No EOL
284 B
Objective-C
Executable file
17 lines
No EOL
284 B
Objective-C
Executable file
//
|
|
// ReadabilityActivity.h
|
|
//
|
|
// Created by Brendan Lynch on 12-09-20.
|
|
// Copyright (c) 2012 Readability LLC. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ReadabilityActivity : UIActivity
|
|
{
|
|
@private NSArray *_activityItems;
|
|
}
|
|
|
|
+ (BOOL)canPerformActivity;
|
|
|
|
@end |