| bsalomon@google.com | f75b84e | 2011-09-29 14:58:28 +0000 | [diff] [blame] | 1 | |
| 2 | /* | ||||
| 3 | * Copyright 2011 Google Inc. | ||||
| 4 | * | ||||
| 5 | * Use of this source code is governed by a BSD-style license that can be | ||||
| 6 | * found in the LICENSE file. | ||||
| 7 | */ | ||||
| 8 | |||||
| yangsu@google.com | a854041 | 2011-08-30 14:40:49 +0000 | [diff] [blame] | 9 | #import "SkNSView.h" |
| 10 | @interface SkSampleNSView : SkNSView | ||||
| 11 | - (id)initWithDefaults; | ||||
| caryclark@google.com | 4ee8aea | 2011-11-23 14:54:19 +0000 | [diff] [blame] | 12 | @end |