root/Trunk/AIUtilities.framework/Versions/A/Headers/AICharacterSetAdditions.h @ 2

Revision 2, 226 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AICharacterSetAdditions.h
3//  AIUtilities.framework
4//
5//  Created by Evan Schoenberg on 3/27/06.
6//
7
8#import <Cocoa/Cocoa.h>
9
10@interface NSCharacterSet (AICharacterSetAdditions)
11- (NSCharacterSet *)immutableCopy;
12@end
Note: See TracBrowser for help on using the browser.