FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSBundle extension cateogory collection. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
category | NSBundle(Shortcuts) |
NSBundle extensions. More... | |
Functions | |
FOUNDATION_EXTERN NSString * | NSMainBundleResourceDirectory (void) |
Returns directory path for main bundle. More... | |
FOUNDATION_EXTERN NSString * | NSMainBundleResourcePathForFile (NSString *filename) |
Returns file path in resource directory for main bundle. More... | |
NSBundle extension cateogory collection.
FOUNDATION_EXTERN NSString* NSMainBundleResourceDirectory | ( | void | ) |
Returns directory path for main bundle.
FOUNDATION_EXTERN NSString* NSMainBundleResourcePathForFile | ( | NSString * | filename | ) |
Returns file path in resource directory for main bundle.
filename | Resource file name. |