/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentButton.h
http://rtm2cocoa.googlecode.com/ · C++ Header · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · e987bb993d3b58c2c3fa9b61a5f6d8f3 MD5 · raw file
- //
- // BWTransparentButton.h
- // BWToolkit
- //
- // Created by Brandon Walkin (www.brandonwalkin.com)
- // All code is provided under the New BSD license.
- //
- #import <Cocoa/Cocoa.h>
- @interface BWTransparentButton : NSButton
- {
- }
- @end