You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generics has been introduced in Objective-C since Xcode 7 but the SDK is not updated to take advantage of it. Nullability annotation and __kindof declaration are also introduced. Those would better be applied to the SDK to improve its usability.
The text was updated successfully, but these errors were encountered:
hideya
changed the title
Add Generics support
Support for Generics
Jan 29, 2016
Generics has been introduced in Objective-C since Xcode 7 but the SDK is not updated to take advantage of it. Nullability annotation and
__kindof
declaration are also introduced. Those would better be applied to the SDK to improve its usability.The text was updated successfully, but these errors were encountered: