blob: cd85c6d018904795d59c21a9369c948f89b88979 [file] [log] [blame]
yangsu@google.com02642762011-06-17 18:31:01 +00001//
2// main.m
3// CocoaSampleApp
4//
5// Created by Yang Su on 6/14/11.
epoger@google.comfd03db02011-07-28 14:24:55 +00006// 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.com02642762011-06-17 18:31:01 +00009//
10
11#import <Cocoa/Cocoa.h>
12
13int main(int argc, char *argv[])
14{
15 return NSApplicationMain(argc, (const char **) argv);
16}