aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/HelloWorldNSView.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/HelloWorldNSView.h')
-rw-r--r--example/mac/HelloWorldNSView.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/mac/HelloWorldNSView.h b/example/mac/HelloWorldNSView.h
new file mode 100644
index 0000000000..3de780feee
--- /dev/null
+++ b/example/mac/HelloWorldNSView.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 HelloWorldNSView : SkNSView
+
+@end