1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-30 03:35:04 +03:00
eqMac/eqMac2Helper/main.m
2017-11-18 19:07:36 +00:00

14 lines
251 B
Objective-C

//
// main.m
// eqMac2Helper
//
// Created by Romans Kisils on 18/11/2017.
// Copyright © 2017 Romans Kisils. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}