Created
December 2, 2017 18:24
-
-
Save bouchtaoui-dev/080bae1476e766054930ac64f3bcb730 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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