mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Add Foundation import
This commit is contained in:
parent
ab01197272
commit
eba15588c8
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
// Copyright (c) 2015 Andrew Naylor. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum MASError: Error, CustomStringConvertible {
|
||||
case notSignedIn
|
||||
case signInFailed(error: NSError?)
|
||||
|
|
Loading…
Reference in a new issue