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