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. |
epoger@google.com | fd03db0 | 2011-07-28 14:24:55 +0000 | [diff] [blame] | 6 | // Copyright 2011 Google Inc. |
| 7 | // Use of this source code is governed by a BSD-style license that can be |
| 8 | // found in the LICENSE file. |
yangsu@google.com | 0264276 | 2011-06-17 18:31:01 +0000 | [diff] [blame] | 9 | // |
| 10 | |
| 11 | #import <Cocoa/Cocoa.h> |
| 12 | |
| 13 | int main(int argc, char *argv[]) |
| 14 | { |
| 15 | return NSApplicationMain(argc, (const char **) argv); |
| 16 | } |