Added tabs
[WebThing.git] / WebThingPlugin.cs
diff --git a/WebThingPlugin.cs b/WebThingPlugin.cs
new file mode 100644 (file)
index 0000000..91c68ca
--- /dev/null
@@ -0,0 +1,8 @@
+using WebKit;
+
+namespace bytex64.WebThing {
+    public abstract class WebThingPlugin {
+        public abstract void Init(WebThing wt);
+        public virtual void InitWebView(WebView wv) {}
+    }
+}