DocHubAppDelegate.swift #1

  • //
  • main/
  • guest/
  • tjuricek/
  • DocHub/
  • DocHub/
  • DocHubAppDelegate.swift
  • View
  • Commits
  • Open Download .zip Download (409 B)
//
//  DocHubAppDelegate.swift
//  DocHub
//
//  Created by Tristan Juricek on 6/24/14.
//  Copyright (c) 2014 Perforce. All rights reserved.
//

import AppKit
import Foundation

class DocHubAppDelegate : NSObject, NSApplicationDelegate {
    
    @IBOutlet controller:DocHubController
    
    func applicationDidFinishLaunching(aNotification: NSNotification?) {
        println("finished launching")
    }
}
# Change User Description Committed
#1 9555 tjuricek Changing how the main splitter is toggled