iPhone Support

This commit is contained in:
Charles Magahern
2016-07-24 00:14:04 -07:00
parent 2f5c807dc6
commit 56de300889
17 changed files with 143 additions and 59 deletions
@@ -8,12 +8,14 @@
import Foundation
enum XIONErrorCode: Int {
enum XIONErrorCode: Int
{
case Unknown
case ConnectionError
}
extension NSError {
extension NSError
{
private static let XIONErrorDomain = "com.xionsf.controlpanel"
class func xionError(code: XIONErrorCode) -> NSError