/packages/cocoaint/src/webkit/HIWebView.inc
Unknown | 29 lines | 21 code | 8 blank | 0 comment | 0 complexity | 53545514aa8bed068a11fbb434ec4f3b MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1{ Parsed from Webkit.framework HIWebView.h } 2 3{$ifdef TYPES} 4{$ifndef HIWEBVIEW_PAS_T} 5{$define HIWEBVIEW_PAS_T} 6 7{$endif} 8{$endif} 9 10{$ifdef RECORDS} 11{$ifndef HIWEBVIEW_PAS_R} 12{$define HIWEBVIEW_PAS_R} 13 14{$endif} 15{$endif} 16 17{$ifdef FUNCTIONS} 18{$ifndef HIWEBVIEW_PAS_F} 19{$define HIWEBVIEW_PAS_F} 20 21{$endif} 22{$endif} 23 24{$ifdef EXTERNAL_SYMBOLS} 25{$ifndef HIWEBVIEW_PAS_S} 26{$define HIWEBVIEW_PAS_S} 27 28{$endif} 29{$endif}