Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing Nullability Annotations #98

Merged
merged 3 commits into from
Jan 4, 2016
Merged

Conversation

dzlobin
Copy link
Contributor

@dzlobin dzlobin commented Dec 7, 2015

Add Missing Nullability Annotations

What it Does

  • Adds Nullability Annotations to all public headers

@@ -45,3 +47,5 @@
@property (nonatomic, readonly, nullable) NSAttributedString *attributedCaptionCredit;

@end

NS_ASSUME_NONNULL_END
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is imageData non-null while the rest are nullable?

Twigz added a commit that referenced this pull request Jan 4, 2016
@Twigz Twigz merged commit b6c3153 into develop Jan 4, 2016
@Twigz Twigz deleted the feature/nullability-generics branch January 4, 2016 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants