blob: d3aca9a7353f01ff6e0a8c802c6276841a02fc0f [file] [log] [blame]
bsalomon@google.comf75b84e2011-09-29 14:58:28 +00001
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.coma8540412011-08-30 14:40:49 +00009#import "SkNSView.h"
10@interface SkSampleNSView : SkNSView
11- (id)initWithDefaults;
caryclark@google.com4ee8aea2011-11-23 14:54:19 +000012@end