/core/sdk-objc/ProjectTemplates/Objective-C File System (Read-Only)/TemplateFS_Filesystem.h

http://macfuse.googlecode.com/ · C++ Header · 19 lines · 4 code · 2 blank · 13 comment · 0 complexity · 8acdf6fe88595788cedc8721a446d038 MD5 · raw file

  1. //
  2. // ÇPROJECTNAMEASIDENTIFIER?_Filesystem.h
  3. // ÇPROJECTNAME?
  4. //
  5. // Created by ÇFULLUSERNAME? on ÇDATE?.
  6. // Copyright ÇYEAR? ÇORGANIZATIONNAME?. All rights reserved.
  7. //
  8. // Filesystem operations.
  9. //
  10. #import <Foundation/Foundation.h>
  11. // The core set of file system operations. This class will serve as the delegate
  12. // for GMUserFileSystemFilesystem. For more details, see the section on
  13. // GMUserFileSystemOperations found in the documentation at:
  14. // http://macfuse.googlecode.com/svn/trunk/core/sdk-objc/Documentation/index.html
  15. @interface ÇPROJECTNAMEASIDENTIFIER?_Filesystem : NSObject {
  16. }
  17. @end