mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
19 lines
389 B
Objective-C
Executable file
19 lines
389 B
Objective-C
Executable file
//
|
|
// VUPinboardViewController.h
|
|
// UIActivityDemo
|
|
//
|
|
// Created by Boris Buegling on 29.09.12.
|
|
// Copyright (c) 2012 Boris Buegling. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "VUDialogViewController.h"
|
|
|
|
@class VUPinboardActivity;
|
|
|
|
@interface VUPinboardViewController : VUDialogViewController
|
|
|
|
-(id)initWithURL:(NSURL*)url activity:(VUPinboardActivity*)activity;
|
|
|
|
@end
|