Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSObject(OldSchoolPropertyListWriting_Private) Category Reference

Instance Methods

(NSString *) - oldSchoolPListFormatWithIndentation:errorDescription:
 

Detailed Description

Definition at line 295 of file OldSchoolPropertyListWriting.m.

Method Documentation

◆ oldSchoolPListFormatWithIndentation:errorDescription:

- (NSString *) oldSchoolPListFormatWithIndentation: (unsigned) inIndentation
errorDescription: (NSString **) outErrorDescription 

Definition at line 325 of file OldSchoolPropertyListWriting.m.

313 :(unsigned)inIndentation errorDescription:(NSString **)outErrorDescription
314{
315 if (NULL != outErrorDescription)
316 {
317 *outErrorDescription = [NSString stringWithFormat:@"Class %@ does not support OldSchoolPropertyListWriting", [self className]];
318 }
319 return nil;
320}
return nil

The documentation for this category was generated from the following file: