As described in #19, this PR adds nullable and nonnull annotations so that the auto-generated Swift interface is cleaner.
I'm a little uncertain if I got the syntax right for -[buffer:size:size] and -[receiveFile:length:md5:] but there are no compiler warnings and the unit tests pass.
As described in #19, this PR adds
nullable
andnonnull
annotations so that the auto-generated Swift interface is cleaner.I'm a little uncertain if I got the syntax right for
-[buffer:size:size]
and-[receiveFile:length:md5:]
but there are no compiler warnings and the unit tests pass.