WKFoundation.inc 199 B

1234567891011121314
  1. { Parsed from WebKit.framework WKFoundation.h }
  2. {$if not (defined(WK_API_ENABLED))}
  3. {$if defined(TARGET_OS_IPHONE)}
  4. {$ifdef TYPES}
  5. const
  6. WK_API_ENABLED = 1;
  7. {$endif}
  8. {$else}
  9. {$endif}
  10. {$endif}