]> git.saurik.com Git - iphone-api.git/blob - WebCore/WKTypes.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / WebCore / WKTypes.h
1 //
2 // WKTypes.h
3 //
4 // Copyright (C) 2005, 2006, 2007, Apple Inc. All rights reserved.
5 //
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 typedef struct _WKObject WKObject;
11 typedef struct _WKObject *WKObjectRef;
12 typedef struct WKControl* WKControlRef;
13 typedef struct WKClipView* WKClipViewRef;
14 typedef struct WKScrollView* WKScrollViewRef;
15 typedef struct WKWindow* WKWindowRef;
16 typedef struct WKView* WKViewRef;
17
18 #ifdef __cplusplus
19 }
20 #endif