MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/CocoaCategories/NSBundle+MLAdditions.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __NSBundle_plus_MLAdditions_H
00008 #define __NSBundle_plus_MLAdditions_H
00009 #if defined(__APPLE__)
00010 
00011 #import <Foundation/Foundation.h>
00012 
00013 @interface NSBundle (MLAdditions)
00014 
00015 + (NSBundle *) mainBundleFromDeepWithin;
00016 + (NSBundle *) mainBundlePreferUmbrellaBundle;
00017 
00018 @end
00019 
00020 #endif  // __APPLE__
00021 #endif  // __NSBundle_plus_MLAdditions_H