Skip to content

Instantly share code, notes, and snippets.

@petermolnar-dev
Created January 12, 2017 20:36
Show Gist options
  • Save petermolnar-dev/f645ae2e7412b0631fcb37064f03a7d9 to your computer and use it in GitHub Desktop.
Save petermolnar-dev/f645ae2e7412b0631fcb37064f03a7d9 to your computer and use it in GitHub Desktop.
myObject - Doing old fashioned way
MyObject *myObject =[[MyObject alloc] init];
myObject.isNightMode = YES;
myObject.theObjectDoingSomethingElse = alreadyExisitingObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment