void (*__UISharedImageInitialize)(bool) = (void (*)(bool)) nl[1].n_value;
__UISharedImageInitialize(false);
- [UIKeyboard preheatArtwork];
NSArray *keys = [*images allKeys];
for (int i(0), e([keys count]); i != e; ++i) {
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSString *key = [keys objectAtIndex:i];
CGImageRef ref = (CGImageRef) [*images objectForKey:key];
+ CFShow(ref);
UIImage *image = [UIImage imageWithCGImage:ref];
NSData *data = UIImagePNGRepresentation(image);
[data writeToFile:[NSString stringWithFormat:@"%@", key] atomically:YES];