Created
January 27, 2017 03:18
-
-
Save leodabus/8750df9fd13d88f129bbe71434b87637 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension CGPoint: Hashable { | |
public var hashValue: Int { | |
return (self as NSValue).hashValue | |
} | |
} |
Author
leodabus
commented
Jan 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment