acmacalister / jetfire

WebSocket (RFC 6455) client library for iOS & OS X
Apache License 2.0
518 stars 83 forks source link

Add nullability annotations #54

Closed dmiedema closed 8 years ago

dmiedema commented 8 years ago

Also, additionally cleaned up some documentation warnings Xcode8 decided to start throwing around.

IMO having nullability annotations are quite nice if only to communicate expectations.

The only real test I ran was compiling/running the included sample app to ensure no new warnings/errors were generated.

acmacalister commented 8 years ago

agreed. Thank you!