PageRenderTime 54ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/WebKit/WebDocumentDOM.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 10 lines | 4 code | 2 blank | 4 comment | 0 complexity | 26026d106ef4e46262e7f64522257b8a MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.1-11o.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. */
  5. @protocol WebDocumentDOM <NSObject>
  6. -(id)DOMDocument;
  7. -(BOOL)canSaveAsWebArchive;
  8. @end