CountryCodePicker
CountryCodePicker copied to clipboard
Add @Nullable and @NonNull annotations
What should be marked @Nullable
for example:
CountryCodePicker.getPhoneNumber()
CountryUtils.getByNumber()
CountryUtils.getByCode()
CountryUtils.getByNameCodeFromCustomCountries()
CountryUtils.getByNameCodeFromAllCountries()```