trivial format fixes

This commit is contained in:
Richard Frith-Macdonald 2020-11-07 16:02:15 +00:00
parent 7ecb170800
commit 5dbd0a7da5
2 changed files with 174 additions and 174 deletions

View file

@ -36,12 +36,12 @@ enum _PLUExtentedFormats
}; };
@interface NSPropertyListSerialization (PLUtilAdditions) @interface NSPropertyListSerialization (PLUtilAdditions)
+ (NSData *)_pdataFromPropertyList:(id)aPropertyList + (NSData *) _pdataFromPropertyList: (id)aPropertyList
format:(NSPropertyListFormat)aFormat format: (NSPropertyListFormat)aFormat
errorDescription:(NSString **)anErrorString; errorDescription: (NSString **)anErrorString;
+ (id)_ppropertyListWithData:(NSData *)data + (id) _ppropertyListWithData: (NSData *)data
options:(NSPropertyListReadOptions)anOption options: (NSPropertyListReadOptions)anOption
format:(NSPropertyListFormat *)aFormat format: (NSPropertyListFormat *)aFormat
error:(out NSError **)error; error: (out NSError **)error;
+ (void)load; + (void) load;
@end @end