Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCategory-NSBundle.h
index 7211858..a10155e 100644 (file)
@@ -9,10 +9,10 @@
  *
  */
 
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
 
-@interface NSBundle (ITCategory)
+@interface NSBundle (ITFoundationCategory)
 
 + (NSBundle *)bundleForFrameworkWithIdentifier:(NSString *)frameworkIdentifier;
 
-@end
+@end
\ No newline at end of file