Newer
Older
TUve-iPhone / Classes / VLCVoutView.h
@phausler phausler on 9 Sep 2008 228 bytes Added VLC Output View Classes
//
//  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