Added Cocoapods for future-proof third party library integration.
Please open project by double-clicking Four.xcworkspace, NOT Four.xcodeproj
Objective-C
/**
* Description
*
* @param x - int to take
* @return YES if blah; NO otherwise.
*/
- (BOOL)foo:(int)xSwift
/**
* Description
*
* - Parameter x: int to use
* - Returns: YES if blah; NO otherwise
*/
func foo(x: Int) -> bool