Skip to content

Instantly share code, notes, and snippets.

View landtanin's full-sized avatar
💭
Back to work

Tanin Rojanapiansatith landtanin

💭
Back to work
View GitHub Profile
import Foundation
extension NSCalculationError: ErrorType {
}
extension NSDecimal: Comparable {
}
public func ==(lhs: NSDecimal, rhs: NSDecimal) -> Bool {
var mutableLhs = lhs