PageRenderTime 23ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/filesystems-objc/YTFS/YTFS_Controller.h

http://macfuse.googlecode.com/
C Header | 32 lines | 8 code | 3 blank | 21 comment | 0 complexity | 8566d52cf8a7d107c94d627fdf91e722 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. // ================================================================
  2. // Copyright (C) 2008 Google Inc.
  3. //
  4. // Licensed under the Apache License, Version 2.0 (the "License");
  5. // you may not use this file except in compliance with the License.
  6. // You may obtain a copy of the License at
  7. //
  8. // http://www.apache.org/licenses/LICENSE-2.0
  9. //
  10. // Unless required by applicable law or agreed to in writing, software
  11. // distributed under the License is distributed on an "AS IS" BASIS,
  12. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. // See the License for the specific language governing permissions and
  14. // limitations under the License.
  15. // ================================================================
  16. //
  17. // YTFS_Controller.h
  18. // YTFS
  19. //
  20. // Created by ted on 12/7/08.
  21. //
  22. #import <Cocoa/Cocoa.h>
  23. @class GMUserFileSystem;
  24. @class YTFS_Controller;
  25. @interface YTFS_Controller : NSObject {
  26. GMUserFileSystem* fs_;
  27. YTFS_Controller* fs_delegate_;
  28. }
  29. @end