IBProjectFiles documentation
Authors
Generated by buildd
Software documentation for the IBProjectFiles protocol
IBProjectFiles
Declared in:
InterfaceBuilder/IBProjectFiles.h
Conforms to:
NSObject
Description forthcoming.
Method summary
-fileName
-fileType
-isLocalized
-language
-path
-project
fileName
- (NSString*)
fileName
;
The file name.
fileType
- (NSString*)
fileType
;
The file type for this file.
isLocalized
- (BOOL)
isLocalized
;
Returns
YES
, if the file is localized,
NO
if it's simply in Resources.
language
- (NSString*)
language
;
The language
path
- (NSString*)
path
;
The path for the file.
project
- (id<
IBProjects
>)
project
;
The project to which this file belongs.