aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SkiaExamples/SkExampleNSView.h
blob: 755fcdeb496c2972cbb786799d9a427e2a22ccce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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