Flycut/main.m

18 lines
431 B
Mathematica
Raw Normal View History

2011-03-20 15:16:13 +08:00
//
// main.m
// Flycut
2011-03-20 15:16:13 +08:00
//
// Flycut by Gennadiy Potapov and contributors. Based on Jumpcut by Steve Cook.
// Copyright 2011 General Arcade. All rights reserved.
//
// This code is open-source software subject to the MIT License; see the homepage
// at <https://github.com/TermiT/Flycut> for details.
2011-03-20 15:16:13 +08:00
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}