Closed skunkworks closed 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.
UIApplication
UIKit
Foundation
Thank you!
The CoinbaseOAuth class uses
UIApplication
, which is aUIKit
class. I've fixed the header file to importUIKit
instead ofFoundation
.