trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Remove `NS` prefix if appropriate #103

Closed ugoArangino closed 7 years ago

ugoArangino commented 7 years ago

In order to extend the swift 3 migration, I have removed the NS prefix if appropriate.

This means from following classes:

I do not have touched Heimdallr+ReactiveCocoa.swift.