alhazmy13 / IBAN-Validator

Iban Validator (Swift, Kotlin, Java)
10 stars 4 forks source link

Unnecessary UIKit import in the Swift version #1

Closed alobaili closed 3 years ago

alobaili commented 3 years ago

https://github.com/alhazmy13/IBAN-Validator/blob/93d82bc1b6e73ca4d9e0eafc33b2fce54bf282e3/IbanValidator.swift#L1

The UIKit import here is unnecessary, the code only uses Swift Standard Library features. Removing the UIKit import will allow this file to be used in all platforms where Swift is supported including Linux.

BTW, I came from here: https://github.com/SaudiOpenSourceCommunity/SaudiOSS 😀

alhazmy13 commented 3 years ago

Thanks @alobaili Fixed with https://github.com/alhazmy13/IBAN-Validator/commit/7670f2642cab57696e75bc491ff2c5a66de969b8