Created
November 5, 2013 09:50
-
-
Save pbrewczynski/7316510 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
-(id)initWithNumberOfSegments(NSUInteger):numberOfSegments andSizeArray(NSArray *):sizeArray andTitleArray(NSArray * ):titleArray | |
{ | |
self.numOfSeg = _numberOfSegments; | |
self.sizeArray = _sizeArray; | |
self.titleArray = _titleArray; | |
return self; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment