summaryrefslogtreecommitdiffstats
path: root/main.m
blob: e191b95efac08fe1505771a87c7b2759b387e830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  main.m
//  DDHotKey
//
//  Created by Dave DeLong on 2/24/10.
//  Copyright 2010 Home. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}