kas-kad / AdvancedNSOperations

Objective-C implementation of concepts introduced at WWDC 2015 Session 226 Advanced NSOperations.
53 stars 13 forks source link

Nullability Qualifiers and Primitive Generics #3

Open mazz opened 9 years ago

mazz commented 9 years ago

Hi, I'm really glad you did this. I was also working on porting Advanced NSOperation to Objective-C and you'd already done it and found it very helpful.

Mine isn't as complete but I do use Nullability qualifiers as described in:

https://developer.apple.com/swift/blog/?id=25

Do you plan on adding these? Maybe if I can find a bit of time I could fork and them to yours.

kas-kad commented 9 years ago

Hello, I'm glad you like it. Feel free to contribute!