Skip to content

Untyped arrays in header files #47

Description

@hristost

It would be nice if NSArrays had types associated with them. For example, this definition

@property (nonatomic, readonly) NSArray *coalescedJotStrokes;

could change to

@property (nonatomic, readonly) NSArray<JotStroke*> *coalescedJotStrokes; 

This would save some developers from needing to cast in Swift, and makes the property definitions more concrete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions