Skip to content

Add nullability annotations for all private headers #133

@nlutsenko

Description

@nlutsenko

We currently have 100% nullability annotations for all public headers, but there are quite a lot of private ones that are missing this.
This issue is to track addition of nullability annotations to all of them.
The plan for every one of those headers is as follows:

  • Use NS_ASSUME_NONNULL_BEGIN and NS_ASSUME_NONNULL_END for entire header
  • Add nullable to all types that can be nil to everything else
  • ???
  • Profit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions