zhuorantan / LocationPicker

A ready for use and fully customizable location picker for your app
MIT License
400 stars 79 forks source link

LocationItem #40

Closed wakaryry closed 5 years ago

wakaryry commented 5 years ago
open override func isEqual(_ object: Any?) -> Bool {
        guard let object = object else { return false }
        return (object as AnyObject).hash == hashValue
    }
v-ken commented 5 years ago

I've fixed the build error here: https://github.com/zhuorantan/LocationPicker/pull/41