This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <WebKit/WebKit.h> | |
#include "ui.h" | |
#include "ui_darwin.h" | |
#define uiWebViewSignature 0x57656276 // "Webv" | |
typedef struct uiWebView uiWebView; | |
#define uiWebView(this) ((uiWebView *) (this)) | |
struct uiWebView { |