Flycut/FlycutHelper/main.m

15 lines
294 B
Objective-C

//
// main.m
// FlycutHelper
//
// Created by Gennadii Potapov on 21/1/20.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
@autoreleasepool {
// Setup code that might create autoreleased objects goes here.
}
return NSApplicationMain(argc, argv);
}