//
// AppDelegate.swift
// chapter03
// Created by Marius on 1/12/16.
// Copyright © 2016 Marius Horga. All rights reserved.
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
}