coinbase / coinbase-ios-sdk

Integrate bitcoin into your iOS application with Coinbase
https://www.coinbase.com/
Apache License 2.0
171 stars 66 forks source link

Import UIKit framework in CoinbaseOAuth #11

Closed skunkworks closed 9 years ago

skunkworks commented 9 years ago

The CoinbaseOAuth class uses UIApplication, which is a UIKit class. I've fixed the header file to import UIKit instead of Foundation.

isaacwaller commented 9 years ago

Thank you!