Skip to content

Conversation

@iomac
Copy link

@iomac iomac commented Mar 15, 2013

Allows interchangable use of autosynthed properties and explicit
ivars...

The following two forms would work

@interface ...
@Property (readwrite, nonatomic) CCSprite* mySprite;
@EnD

@interface ...
{
CCSprite* mySprite;
}
@EnD

Allows interchangable use of autosynthed properties and explicit
ivars...

The following two forms would work

@interface ...
@Property (readwrite, nonatomic) CCSprite* mySprite;
@EnD

@interface ...
{
    CCSprite* mySprite;
}
@EnD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant