Skip to content

Commit

Permalink
Update Convertible.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymonde committed Mar 28, 2016
1 parent 420f7f9 commit 7bc6f5b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Sources/Convertible.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,3 @@ extension Int: Convertible {
}
}
}

// extension NSDate: Convertible {
// public static func from(customInterchangeData value: InterchangeData) -> NSDate? {
// switch value {
// case .numberValue(let number):
// return NSDate(timeIntervalSince1970: number)
// default:
// return nil
// }
// }
// }

0 comments on commit 7bc6f5b

Please sign in to comment.