First 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
11 void MethodSwizzle(Class aClass, SEL orig_sel, SEL alt_sel);
12
13 @interface WindowBlurSIMBL : NSObject {
14
15 }
16
17 @end