This is a sample application created to demonstrate Test Driven development on iOS. Main purpose of application is to count valid number of paranthesis in a string for eg: input string is ((((( then result will be 0
input string is ))))((((( then result will be 0
input string is ((((()))((()) then result will be 5