Files
cappuccino/Tools/NativeHost/NSObject+WebAdditions.h
T
2010-04-25 22:33:31 -07:00

17 lines
247 B
Objective-C

//
// 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