Skip to content

Commit

Permalink
Make countries property public.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Dec 15, 2019
1 parent 5c0106c commit c6e77e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountryPickerView/CountryPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public class CountryPickerView: NibView {
}
}

internal let countries: [Country] = {
public let countries: [Country] = {
var countries = [Country]()
let bundle = Bundle(for: CountryPickerView.self)
guard let jsonPath = bundle.path(forResource: "CountryPickerView.bundle/Data/CountryCodes", ofType: "json"),
Expand Down

0 comments on commit c6e77e4

Please sign in to comment.