Add a help menu item to display the current print queue
[printdrop.git] / main.m
1 //
2 // main.m
3 // PrintDrop
4 //
5 // Created by Robert Sesek on 2/25/08.
6 // Copyright __MyCompanyName__ 2008. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13 return NSApplicationMain(argc, (const char **) argv);
14 }