MBDataEnvironment
MBDataEnvironment copied to clipboard
Adopt nullability annotations for better Swift interoperability
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.