Smallest possible desktop application that uses Skia to render stuff.
Small Hello World smaple. Subclasses SkOSWindow.
R=caryclark@google.com
Author: sglez@google.com
Review URL: https://chromiumcodereview.appspot.com/16337012
git-svn-id: http://skia.googlecode.com/svn/trunk@9657 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/SkiaExamples/SkExampleNSView.h b/experimental/SkiaExamples/SkExampleNSView.h
new file mode 100644
index 0000000..755fcde
--- /dev/null
+++ b/experimental/SkiaExamples/SkExampleNSView.h
@@ -0,0 +1,13 @@
+
+/*
+ * Copyright 2013 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#import "SkNSView.h"
+
+@interface SkExampleNSView : SkNSView
+
+@end