Enabling garbage collection support.
[ITFoundation.git] / ITCategory-NSBundle.h
1 /*
2  *      ITFoundation
3  *      ITCategory-NSBundle.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSBundle (ITFoundationCategory)
12
13 + (NSBundle *)bundleForFrameworkWithIdentifier:(NSString *)frameworkIdentifier;
14
15 @end