On Mar 8, 2012, at 3:04 PM, Roland King <[email protected]> wrote: > Can't find one (why is there not a formal language document in the > documentation somewhere, perhaps because features are added every release) - > maybe we can build one here > > @property > @synthesize > @class > @interface > @implementation > @protocol > @end > @autoreleasepool > @throw > @catch > @private > @public > @protected > @package > @optional > @required > > that's all the ones I can think of, probably missed 1/2 of them.
@compatibility_alias. Don't ask. Your best bet is to dig through the compiler's code. They're probably all in one place somewhere. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
