// // VLCVoutView.h // Tuve // // Created by Philippe Hausler on 9/9/08. // Copyright 2008 Philippe Hausler. All rights reserved. // #import <UIKit/UIKit.h> #import "vlc_common.h" @interface VLCVoutView : UIView { } @end