Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Nullability annotations #10

@rohan-panchal

Description

@rohan-panchal

The methods retrieving foundation objects:

secretStringForKey:(NSString *)key

should have _Nullable in the return type else in Swift it will implicitly unwrap everything.

It should look like:

- (NSString *_Nullable)secretStringForKey:(NSString *)key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions