Second Revision (from Archive)
[~jspiros/WindowBlur.git] / WindowBlurSIMBL.h
1 //
2 //  WindowBlurSIMBL.h
3 //  WindowBlur
4 //
5 //  Created by Joseph Spiros on 5/12/09.
6 //  Copyright 2009 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import <QuartzCore/QuartzCore.h>
11
12 void MethodSwizzle(Class aClass, SEL orig_sel, SEL alt_sel);
13
14 @interface WindowBlurWindowHack : NSWindow
15 @end
16
17 @interface WindowBlurSIMBL : NSObject {}
18 @end