mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
20 lines
389 B
C
20 lines
389 B
C
![]() |
//
|
||
|
// 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
|