PageRenderTime 51ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/DAVKit/DAVMove.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 19 lines | 9 code | 4 blank | 6 comment | 0 complexity | 928fc461fabdcc291575ff9048e0a9e3 MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2-1.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/DAVKit.framework/DAVKit
  6. */
  7. #import "DAVKit-Structs.h"
  8. #import "DAVRequest.h"
  9. @interface DAVMove : DAVRequest {
  10. }
  11. +(id)moveRequestWithSession:(id)session path:(id)path toPath:(id)path3;
  12. -(void)addToHeader:(id)header;
  13. -(id)initMoveWithSession:(id)session path:(id)path toPath:(id)path3;
  14. -(id)dependenciesList;
  15. @end