| 12345678910111213141516171819 |
- //
- // AppDelegate.swift
- // ReachabilityMacSample
- //
- // Created by Reda Lemeden on 28/11/2015.
- // Copyright © 2015 Ashley Mills. All rights reserved.
- //
- import Cocoa
- @NSApplicationMain
- class AppDelegate: NSObject, NSApplicationDelegate {
- func applicationDidFinishLaunching(aNotification: NSNotification) {
- }
- func applicationWillTerminate(aNotification: NSNotification) {
- }
- }
|