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

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

  1. //
  2. // BWAnchoredButtonCell.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 BWAnchoredButtonCell : NSButtonCell
  10. {
  11. }
  12. @end