2 // SetupWizardBackgroundView.h
5 // Created by Evan Schoenberg on 12/4/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface SetupWizardBackgroundView
: NSView
{
13 NSRect transparentRect
;
14 NSImage
*backgroundImage
;
17 - (void)setBackgroundImage
:(NSImage
*)inImage
;
18 - (void)setTransparentRect
:(NSRect
)inTransparentRect
;