diff --git a/Classes/VLCVoutView.h b/Classes/VLCVoutView.h new file mode 100644 index 0000000..d373dd5 --- /dev/null +++ b/Classes/VLCVoutView.h @@ -0,0 +1,15 @@ +// +// VLCVoutView.h +// Tuve +// +// Created by Philippe Hausler on 9/9/08. +// Copyright 2008 Philippe Hausler. All rights reserved. +// + +#import +#import "vlc_common.h" +@interface VLCVoutView : UIView { + +} + +@end