PageRenderTime 14ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/core/sdk-objc/ProjectTemplates/Objective-C File System (Read-Write)/main.m

http://macfuse.googlecode.com/
Objective C | 14 lines | 5 code | 2 blank | 7 comment | 0 complexity | 2f2cb8c209311c89e8b899c26987f1ba MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. //
  2. // main.m
  3. // ÇPROJECTNAME?
  4. //
  5. // Created by ÇFULLUSERNAME? on ÇDATE?.
  6. // Copyright ÇYEAR? ÇORGANIZATIONNAME?. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. int main(int argc, char *argv[])
  10. {
  11. return NSApplicationMain(argc, (const char **) argv);
  12. }