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

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

Initial commit of skeletal project.

Line 
1//
2//  AIBundleAdditions.h
3//  Adium
4//
5//  Created by Evan Schoenberg on Mon Apr 19 2004.
6//  Copyright (c) 2004-2005 The Adium Team. All rights reserved.
7//
8
9@interface NSBundle (AIBundleAdditions)
10
11- (NSString *)name;
12- (NSSet *)supportedDocumentExtensions;
13
14@end
Note: See TracBrowser for help on using the browser.