tauri-cocoa-webview.h 194 B

1234567891011
  1. #include <objc/objc-runtime.h>
  2. #include <CoreGraphics/CoreGraphics.h>
  3. #include <limits.h>
  4. struct webview_priv {
  5. id pool;
  6. id window;
  7. id webview;
  8. id windowDelegate;
  9. int should_exit;
  10. };