MBDataEnvironment icon indicating copy to clipboard operation
MBDataEnvironment copied to clipboard

Adopt nullability annotations for better Swift interoperability

Open emaloney opened this issue 10 years ago • 0 comments

The clang compiler that debuted with Swift 1.2 introduces some new nullability annotations to Objective-C that are intended to improve Swift interoperability.

Adopting these annotations will not only make it easier to use this Mockingbird code from Swift, it will make it possible for the static analyzer to detect additional types of programming errors.

emaloney avatar Feb 17 '15 17:02 emaloney