|
Wired Foundation
2.0
A foundation framework for the Wired implementation on Mac OS X
|
00001 /* $Id$ */ 00002 00003 /* 00004 * Copyright (c) 2008-2009 Axel Andersson 00005 * All rights reserved. 00006 * 00007 * Redistribution and use in source and binary forms, with or without 00008 * modification, are permitted provided that the following conditions 00009 * are met: 00010 * 1. Redistributions of source code must retain the above copyright 00011 * notice, this list of conditions and the following disclaimer. 00012 * 2. Redistributions in binary form must reproduce the above copyright 00013 * notice, this list of conditions and the following disclaimer in the 00014 * documentation and/or other materials provided with the distribution. 00015 * 00016 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 00017 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 00018 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00019 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 00020 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00021 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00022 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 00023 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 00024 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 00025 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00026 * POSSIBILITY OF SUCH DAMAGE. 00027 */ 00028 00029 #import <WiredFoundation/WIObject.h> 00030 00031 //#if TARGET_OS_MAC 00032 #import <WiredFoundation/RegexKitLite.h> 00033 #import <WiredFoundation/RegexKitLite-WIFoundation.h> 00034 //#endif 00035 00036 #import <WiredFoundation/WIDateFormatter.h> 00037 #import <WiredFoundation/WIEventQueue.h> 00038 #import <WiredFoundation/WIMacros.h> 00039 #import <WiredFoundation/WIReadWriteLock.h> 00040 #import <WiredFoundation/WISettings.h> 00041 #import <WiredFoundation/WISizeFormatter.h> 00042 #import <WiredFoundation/WITextFilter.h> 00043 #import <WiredFoundation/WITimeIntervalFormatter.h> 00044 #import <WiredFoundation/WITypes.h> 00045 #import <WiredFoundation/WIURL.h> 00046 00047 #import <WiredFoundation/NSArray-WIFoundation.h> 00048 #import <WiredFoundation/NSData-WIFoundation.h> 00049 #import <WiredFoundation/NSDate-WIFoundation.h> 00050 #import <WiredFoundation/NSDateComponents-WIFoundation.h> 00051 #import <WiredFoundation/NSDictionary-WIFoundation.h> 00052 #import <WiredFoundation/NSError-WIFoundation.h> 00053 #import <WiredFoundation/NSFileManager-WIFoundation.h> 00054 #import <WiredFoundation/NSInvocation-WIFoundation.h> 00055 #import <WiredFoundation/NSLocale-WIFoundation.h> 00056 #import <WiredFoundation/NSNetService-WIFoundation.h> 00057 #import <WiredFoundation/NSNotificationCenter-WIFoundation.h> 00058 #import <WiredFoundation/NSNumber-WIFoundation.h> 00059 #import <WiredFoundation/NSObject-WIFoundation.h> 00060 #import <WiredFoundation/NSProcessInfo-WIFoundation.h> 00061 #import <WiredFoundation/NSScanner-WIFoundation.h> 00062 #import <WiredFoundation/NSSet-WIFoundation.h> 00063 #import <WiredFoundation/NSString-WIFoundation.h> 00064 #import <WiredFoundation/NSThread-WIFoundation.h>