]> git.sesse.net Git - vlc/blob - projects/macosx/framework/Examples/FlashVideoDownloader/GradientBackgroundView.h
0df4e0c7ce5795dc596bc83eaec30f79dcb343b9
[vlc] / projects / macosx / framework / Examples / FlashVideoDownloader / GradientBackgroundView.h
1 //
2 //  GradientBackgroundView.h
3 //  iPodConverter
4 //
5 //  Created by Pierre d'Herbemont on 1/12/08.
6 //  Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11
12 @interface GradientBackgroundView : NSImageView {
13
14 }
15
16 @end