SWIFT 2.0
SWIFT 2.0 IS HERE
▸ Protocol extensions, default method implementations
inside a protocol
▸ Error Handling, we now have throw, try, and catch !
▸ guard statement for better readability and early logic exit
▸ API availability statement
▸ Automatically synthesized headers