/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
- //
- // NSObject+WebAdditions.h
- // NativeHost
- //
- // Created by Francisco Tolmasky on 11/16/09.
- // Copyright 2009 280 North, Inc.. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface NSObject (WebAdditions)
- - (BOOL)webBoolValue;
- @end