pt_BR strings updates
[adiumx.git] / Source / ESSourceListBackgroundView.h
blob4310545553a9101303c1e2e8a9bc27176ebfac40
1 //
2 // ESSourceListBackgroundView.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 6/26/06.
6 //
8 #import <Cocoa/Cocoa.h>
10 @interface ESSourceListBackgroundView : NSView {
11 NSImage *background;
12 NSSize backgroundSize;
15 @end