| import Cocoa | |
| import PlaygroundSupport | |
| class BackgroundView: NSView { | |
| override func draw(_ dirtyRect: NSRect) { | |
| NSColor.underPageBackgroundColor.set() | |
| dirtyRect.fill() | |
| } | |
| } |
| <?php | |
| /** | |
| * A helper file for Laravel 5, to provide autocomplete information to your IDE | |
| * Generated for Laravel 5.5.13 on 2017-09-28. | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| * @see https://github.com/barryvdh/laravel-ide-helper | |
| */ | |
| namespace { | |
| exit("This file should not be included, only analyzed by your IDE"); |