1234567891011121314151617 |
- //
- // GradientBackgroundView.h
- // iPodConverter
- //
- // Created by Pierre d'Herbemont on 1/12/08.
- // Copyright 2008 __MyCompanyName__. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface GradientBackgroundView : NSImageView {
- }
- @end
|