Skip to content

Instantly share code, notes, and snippets.

@bouchtaoui-dev
Created December 2, 2017 18:24
Show Gist options
  • Select an option

  • Save bouchtaoui-dev/080bae1476e766054930ac64f3bcb730 to your computer and use it in GitHub Desktop.

Select an option

Save bouchtaoui-dev/080bae1476e766054930ac64f3bcb730 to your computer and use it in GitHub Desktop.
@interface Box:NSObject
{
//Instance variables
double length; // Length of a box
double breadth; // Breadth of a box
}
@property(nonatomic, readwrite) double height; // Property
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment