/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
- //
- // ÇPROJECTNAMEASIDENTIFIER?_Filesystem.h
- // ÇPROJECTNAME?
- //
- // Created by ÇFULLUSERNAME? on ÇDATE?.
- // Copyright ÇYEAR? ÇORGANIZATIONNAME?. All rights reserved.
- //
- // Filesystem operations.
- //
- #import <Foundation/Foundation.h>
- // The core set of file system operations. This class will serve as the delegate
- // for GMUserFileSystemFilesystem. For more details, see the section on
- // GMUserFileSystemOperations found in the documentation at:
- // http://macfuse.googlecode.com/svn/trunk/core/sdk-objc/Documentation/index.html
- @interface ÇPROJECTNAMEASIDENTIFIER?_Filesystem : NSObject {
- }
- @end