| yangsu@google.com | 0264276 | 2011-06-17 18:31:01 +0000 | [diff] [blame^] | 1 | // |
| 2 | // main.m | ||||
| 3 | // CocoaSampleApp | ||||
| 4 | // | ||||
| 5 | // Created by Yang Su on 6/14/11. | ||||
| 6 | // Copyright 2011 Google Inc. 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 | } | ||||