mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-21 05:44:54 +00:00
22 lines
464 B
C
22 lines
464 B
C
![]() |
//
|
||
|
// RWInstapaperActivity.h
|
||
|
// InstapaperActivity
|
||
|
//
|
||
|
// Created by Justin Ridgewell on 2/27/13.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "UIImage+ImageNamedExtension.h"
|
||
|
#import "ZYInstapaperActivityItem.h"
|
||
|
#import "ZYInstapaperAddRequestDelegate.h"
|
||
|
|
||
|
@interface RWInstapaperActivity : UIActivity <ZYInstapaperAddRequestDelegate>
|
||
|
|
||
|
@property (strong, nonatomic) NSString *username;
|
||
|
@property (strong, nonatomic) NSString *password;
|
||
|
|
||
|
+ (instancetype)instance;
|
||
|
|
||
|
@end
|