paypal / Illuminator

iOS Automator
Apache License 2.0
38 stars 27 forks source link

Update Illuminator to Swift 3.1 #112

Closed joleary1987 closed 7 years ago

ianfixes commented 7 years ago

Illuminator in Swift 2.3 uses this trick to supply generic protocols: https://milen.me/writings/swift-generic-protocols/

Can we replace that with native Swift 3 support for those?