Skip to content

Instantly share code, notes, and snippets.

@Tpbradley
Last active August 29, 2015 14:19
Show Gist options
  • Save Tpbradley/1689a072f7fa54755431 to your computer and use it in GitHub Desktop.
Save Tpbradley/1689a072f7fa54755431 to your computer and use it in GitHub Desktop.
Testing Swift Gist
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
var test = "123"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment