Closed iccir closed 8 years ago
oj 0.x and 1.x allowed the following syntax:
@implementation Foo { var _ivar; } @end
This is no longer allowed in oj 2.x. For these cases, use an explicit id _ivar or any _ivar.
id _ivar
any _ivar
oj 0.x and 1.x allowed the following syntax:
This is no longer allowed in oj 2.x. For these cases, use an explicit
id _ivar
orany _ivar
.