WebKit.h 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /*
  2. * Copyright (C) 2014 Apple Inc. All rights reserved.
  3. *
  4. * Redistribution and use in source and binary forms, with or without
  5. * modification, are permitted provided that the following conditions
  6. * are met:
  7. * 1. Redistributions of source code must retain the above copyright
  8. * notice, this list of conditions and the following disclaimer.
  9. * 2. Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. *
  13. * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
  14. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  15. * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  16. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
  17. * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  18. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  19. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  20. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  21. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  22. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  23. * THE POSSIBILITY OF SUCH DAMAGE.
  24. */
  25. #import <WebKit/NSAttributedString.h>
  26. #import <WebKit/WKBackForwardList.h>
  27. #import <WebKit/WKBackForwardListItem.h>
  28. #import <WebKit/WKContentRuleList.h>
  29. #import <WebKit/WKContentRuleListStore.h>
  30. #import <WebKit/WKContextMenuElementInfo.h>
  31. #import <WebKit/WKError.h>
  32. #import <WebKit/WKFoundation.h>
  33. #import <WebKit/WKFrameInfo.h>
  34. #import <WebKit/WKHTTPCookieStore.h>
  35. #import <WebKit/WKNavigation.h>
  36. #import <WebKit/WKNavigationAction.h>
  37. #import <WebKit/WKNavigationDelegate.h>
  38. #import <WebKit/WKNavigationResponse.h>
  39. #import <WebKit/WKOpenPanelParameters.h>
  40. #import <WebKit/WKPreferences.h>
  41. #import <WebKit/WKPreviewActionItem.h>
  42. #import <WebKit/WKPreviewActionItemIdentifiers.h>
  43. #import <WebKit/WKPreviewElementInfo.h>
  44. #import <WebKit/WKProcessPool.h>
  45. #import <WebKit/WKScriptMessage.h>
  46. #import <WebKit/WKScriptMessageHandler.h>
  47. #import <WebKit/WKSecurityOrigin.h>
  48. #import <WebKit/WKSnapshotConfiguration.h>
  49. #import <WebKit/WKUIDelegate.h>
  50. #import <WebKit/WKURLSchemeHandler.h>
  51. #import <WebKit/WKURLSchemeTask.h>
  52. #import <WebKit/WKUserContentController.h>
  53. #import <WebKit/WKUserScript.h>
  54. #import <WebKit/WKWebView.h>
  55. #import <WebKit/WKWebViewConfiguration.h>
  56. #import <WebKit/WKWebpagePreferences.h>
  57. #import <WebKit/WKWebsiteDataRecord.h>
  58. #import <WebKit/WKWebsiteDataStore.h>
  59. #import <WebKit/WKWindowFeatures.h>
  60. #if !defined(TARGET_OS_MACCATALYST) || !TARGET_OS_MACCATALYST
  61. #import <WebKit/WebKitLegacy.h>
  62. #endif