2011-06-17 18:31:01 +00:00
|
|
|
//
|
|
|
|
// main.m
|
|
|
|
// CocoaSampleApp
|
|
|
|
//
|
|
|
|
// Created by Yang Su on 6/14/11.
|
2011-07-28 14:24:55 +00:00
|
|
|
// Copyright 2011 Google Inc.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
2011-06-17 18:31:01 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
{
|
|
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
|
|
}
|