Skip to content

Instantly share code, notes, and snippets.

@christianselig
Created May 26, 2023 13:20
Show Gist options
  • Save christianselig/e699983ab0071cf7b895dfcf23c03e54 to your computer and use it in GitHub Desktop.
Save christianselig/e699983ab0071cf7b895dfcf23c03e54 to your computer and use it in GitHub Desktop.
extension UserDefaults {
func favoriteSubreddits() -> [String] {
return stringArray(forKey: DefaultsKeys.favoriteSubreddits) ?? []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment