X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3215be951cbc1e5e8bad14701507b68ebf380ab5..8e10b21b0ba4dc981faebcb359143b474309719b:/ITCategory-NSBundle.h diff --git a/ITCategory-NSBundle.h b/ITCategory-NSBundle.h index 7211858..b7574a3 100644 --- a/ITCategory-NSBundle.h +++ b/ITCategory-NSBundle.h @@ -2,17 +2,14 @@ * ITFoundation * ITCategory-NSBundle.h * - * Copyright (c) 2005 by iThink Software. - * All Rights Reserved. - * - * $Id$ + * Copyright (c) 2005 iThink Software * */ -#import +#import -@interface NSBundle (ITCategory) +@interface NSBundle (ITFoundationCategory) + (NSBundle *)bundleForFrameworkWithIdentifier:(NSString *)frameworkIdentifier; -@end +@end \ No newline at end of file