Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ksloginov
Created January 20, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksloginov/8c2020fd4cd08c6143ae131adfc710fe to your computer and use it in GitHub Desktop.
Save ksloginov/8c2020fd4cd08c6143ae131adfc710fe to your computer and use it in GitHub Desktop.
public func getTvSchedulesCountry() -> String {
return Threading.lock(syncLock) {
if let country = Globals.readTVschedule() {
return country
}
return TVHelper.NO_TV_SCHEDULES_KEY
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment