mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-30 03:35:04 +03:00
14 lines
251 B
Objective-C
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);
|
|
}
|