Описание тега synthesize

An Objective-C keyword

This is an objective-c keyword. @synthesize makes setters and getters for ivar and properties. In new LLVM compiler @synthesize is not required, @property creates @synthesize silently and hidden.