maybe this is a silly question. Every time I make a @property I have to @synthesize it. But this makes no sense the only thing you can do with a
@property
@synthesize
@synthesize is not the only option. @dynamic property is also possible.
@dynamic property