sairamkotha / CountryPicker-swift

picker for Country codes along with country flags written in Swift3
6 stars 5 forks source link

must anti leak! #2

Open choioi opened 6 years ago

choioi commented 6 years ago

protocol CountrySelectedDelegate:class { func SRcountrySelected(countrySelected country: Country) }

weak var countryDelegate: CountrySelectedDelegate!