You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nullability annotations on public headers to make API cleaner and safer to use, especially for Swift.
For more information about nullability annotations in Objective-C https://developer.apple.com/swift/blog/?id=25.
Use nullable and nonnull annotations keyword preferably.
The text was updated successfully, but these errors were encountered:
Add nullability annotations on public headers to make API cleaner and safer to use, especially for Swift.
For more information about nullability annotations in Objective-C https://developer.apple.com/swift/blog/?id=25.
Use
nullable
andnonnull
annotations keyword preferably.The text was updated successfully, but these errors were encountered: