parent
39a1e6649d
commit
a388c0546f
@ -0,0 +1,9 @@ |
||||
// Copyright SIX DAY LLC. All rights reserved. |
||||
|
||||
import Foundation |
||||
|
||||
extension Int { |
||||
func toBool() -> Bool { |
||||
return (self as NSNumber).boolValue |
||||
} |
||||
} |
Loading…
Reference in new issue