owntone-server/osx/Firefly Helper/main.m

15 lines
256 B
Mathematica
Raw Normal View History

2006-07-26 03:48:06 -04:00
//
// main.m
// Firefly Minder
//
// Created by Mike Kobb on 6/8/06.
// Copyright __MyCompanyName__ 2006. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}