Home | History | Annotate | Download | only in FileReaderApp
      1 //
      2 //  main.m
      3 //  CocoaSampleApp
      4 //
      5 //  Created by Yang Su on 6/14/11.
      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.
      9 //
     10 
     11 #import <Cocoa/Cocoa.h>
     12 
     13 int main(int argc, char *argv[])
     14 {
     15     return NSApplicationMain(argc,  (const char **) argv);
     16 }
     17