We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if NSArrays had types associated with them. For example, this definition
NSArray
Adonit-iOS-SDK/AdonitSDK.framework/Versions/A/Headers/JotStroke.h
Line 58 in 047b7ea
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice if
NSArray
s had types associated with them. For example, this definitionAdonit-iOS-SDK/AdonitSDK.framework/Versions/A/Headers/JotStroke.h
Line 58 in 047b7ea
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.
The text was updated successfully, but these errors were encountered: