Adding methods for Equalizer enabled nonsense to the iTunes remote,
[MenuTunes.git] / main.m
1 //
2 //  main.m
3 //  MenuTunes
4 //
5 //  Created by Kent Sutherland on Sun Nov 17 2002.
6 //  Copyright (c) 2002 Kent Sutherland. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, const char *argv[])
12 {
13     return NSApplicationMain(argc, argv);
14 }