mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-21 22:43:15 +08:00
14 lines
251 B
Objective-C
Executable file
14 lines
251 B
Objective-C
Executable file
//
|
|
// main.m
|
|
// Jumpcut
|
|
//
|
|
// Created by Steve Cook on 4/25/06.
|
|
// Copyright __MyCompanyName__ 2006. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
}
|