Since recent runtimes in iOS, we are able to define properties that will generate accessors for instance variables. From what I understand, it is not mandatory to declare th
Use:
self.size = 10;
That will map to setSize method.