]>
Commit | Line | Data |
---|---|---|
d6f0973b JF |
1 | +[UIImage kitImageNamed:] |
2 | __UIImageWithName | |
3 | ||
4 | +[UIImage applicationImageNamed:] | |
5 | __UIApplicationImageWithName | |
6 | ||
7 | __UIApplicationImageWithName | |
8 | ?? | |
9 | __UIImageAtPath | |
10 | ||
11 | __UIImageWithNameInDomain | |
12 | ??? | |
13 | ||
14 | __UIImageWithName | |
15 | _LoadKitImageWithNameFromMappedFile | |
16 | __UIImageAtPath | |
17 | ||
18 | _LoadKitImageWithNameFromMappedFile | |
19 | __UIPackedImageTableGetIdentifierForName | |
20 | __UIPackedImageTableGetInfoForIdentifier | |
21 | ??? |