Changes

Jump to: navigation, search

An Overview of the Objective-C Foundation Framework

69 bytes removed, 19:03, 23 April 2012
no edit summary
int main (int argc, const char * argv[])
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; @autoreleasepool {
NSString *myString = @"Hello";
} [pool drain];  return 0;
}
</pre>

Navigation menu