Add handling for resources. Currently only works for images.

This commit is contained in:
fredkiefer 2019-12-14 17:46:29 +01:00
parent c542f5df99
commit d6cfd60462
2 changed files with 41 additions and 3 deletions

View file

@ -40,6 +40,7 @@
GSXibElement *_flattenedProperties;
GSXibElement *_runtimeAttributes;
NSMutableDictionary *_orderedObjectsDict;
NSArray *_resources;
}
- (NSRange) decodeRangeForKey: (NSString*)key;