root/projects/macosx/frontrow_plugin/VLCAppliance.h

Revision 663058fa5d6ee0b4c5aaa10f8d3398f957c06b0d, 237 bytes (checked in by Pierre d'Herbemont <pdherbemont@videolan.org>, 10 months ago)

macosx: FrontRow? plugin initial import. Patch by hyei.

  • Property mode set to 100644
Line 
1 //
2 //  VLCAppliance.h
3 //  FRVLC
4 //
5 //  Created by hyei on 31/08/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import <BackRow/BRAppliance.h>
11
12 @interface VLCAppliance : BRAppliance
13 {
14
15 }
16
17 @end
Note: See TracBrowser for help on using the browser.