/Tools/NativeHost/NSObject+WebAdditions.h

http://github.com/cacaodev/cappuccino · C Header · 16 lines · 4 code · 5 blank · 7 comment · 0 complexity · 405f5014e1183ba00247b116a245f9da MD5 · raw file

  1. //
  2. // NSObject+WebAdditions.h
  3. // NativeHost
  4. //
  5. // Created by Francisco Tolmasky on 11/16/09.
  6. // Copyright 2009 280 North, Inc.. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface NSObject (WebAdditions)
  10. - (BOOL)webBoolValue;
  11. @end