mirror of
https://github.com/workinghard/Cube4Fun.git
synced 2025-12-14 04:42:09 +00:00
Initial Commit
This commit is contained in:
20
Cube4Fun/AppDelegate.swift
Normal file
20
Cube4Fun/AppDelegate.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// AppDelegate.swift
|
||||
// Cube4Fun
|
||||
//
|
||||
// Created by Nik on 27.03.15.
|
||||
// Copyright (c) 2015 DerNik. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
|
||||
@NSApplicationMain
|
||||
class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
|
||||
@IBOutlet weak var window: NSWindow!
|
||||
|
||||
func applicationDidFinishLaunching(aNotification: NSNotification) {
|
||||
// Insert code here to initialize your application
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user