KeenClient-iOS
KeenClient-iOS copied to clipboard
Use _Nullable and _Nonnull
The SDK doesn't specify nullability, so Swift applications will assume everything to be _Nullable
. Would be nice to be more specific where possible.