Ok, I have this prototype that was written by someone else in C# and I\'m trying to put it into Objective-C. Now, I haven\'t had any formal experience with C# yet, so I don\
The 4th and 5th lines are both constructors.
The 4th line one is the "default" constructor, which in this case does not initialize any variables.
The constructor on the 5th line sets the variable named value to the parameter passed in.