gitextract_hhkka7jk/ ├── .gitignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── NightView/ │ └── NightView.swift ├── NightViewSampleProject/ │ ├── NightViewSampleProject/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Moto.imageset/ │ │ │ │ └── Contents.json │ │ │ └── NightView.imageset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── CustomizationTableViewController.swift │ │ ├── Info.plist │ │ └── ViewController.swift │ ├── NightViewSampleProject.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ ├── NightViewSampleProject.xcscheme │ │ └── NightViewSampleProjectTests.xcscheme │ └── NightViewSampleProjectTests/ │ ├── Info.plist │ └── NightViewTests.swift └── README.md