Saturday, August 23, 2008

Objective-C 2.0: Now With Automatic Garbage Collection

http://developer.apple.com/leopard/overview/objectivec2.html

http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf

Objective-C Keywords
@interface
@implementation
@protocol


@try
@catch
@finally
@throw


@end
@class
@selector
@property
@synthesize


@private
@protected
@public


Learn lots of basics at Mac Dev Central