/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentPopUpButtonCell.h

http://rtm2cocoa.googlecode.com/ · C++ Header · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · b05549f64068120a7ff3334387a49b12 MD5 · raw file

  1. //
  2. // BWTransparentPopUpButtonCell.h
  3. // BWToolkit
  4. //
  5. // Created by Brandon Walkin (www.brandonwalkin.com)
  6. // All code is provided under the New BSD license.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface BWTransparentPopUpButtonCell : NSPopUpButtonCell
  10. {
  11. }
  12. @end