mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
15 lines
269 B
Objective-C
Executable file
15 lines
269 B
Objective-C
Executable file
//
|
|
// VUPinboardActivity.h
|
|
// UIActivityDemo
|
|
//
|
|
// Created by Boris Buegling on 29.09.12.
|
|
// Copyright (c) 2012 Boris Buegling. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface VUPinboardActivity : UIActivity
|
|
|
|
-(void)presentError:(NSError*)error;
|
|
|
|
@end
|