Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created May 24, 2011 03:09
Show Gist options
  • Select an option

  • Save pier-oliviert/988088 to your computer and use it in GitHub Desktop.

Select an option

Save pier-oliviert/988088 to your computer and use it in GitHub Desktop.
@Private member
@interface MyObject : NSObject {
BOOL publicBoolean;
@private
BOOL privateBoolean
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment