mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
17 lines
247 B
Objective-C
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
|