blob: 6e38851efeb4c207d75c23ebd24d8121c3e7a564 [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;
12@end