Skip to content

Instantly share code, notes, and snippets.

@xiangyu-sun
Last active November 18, 2018 08:50
Show Gist options
  • Save xiangyu-sun/da575b67d950b87857db745f581d34f3 to your computer and use it in GitHub Desktop.
Save xiangyu-sun/da575b67d950b87857db745f581d34f3 to your computer and use it in GitHub Desktop.
trap-lazy-comp
class DataManager {
var importer: DataImporter {
return DataImporter()
}()
var data = [String]()
// the DataManager class would provide data management functionality here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment