Closed rentalhost closed 7 years ago
Currently @property is supported, but we need take care about @property-read and @property-write. It should acts exactly like @property.
@property
@property-read
@property-write
To consider:
Wont-fix: API already consider that @property-read and @property-write are extension of @property;
Currently
@property
is supported, but we need take care about@property-read
and@property-write
. It should acts exactly like@property
.To consider:
@property-read
;@property-write
;