Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 248 Bytes

File metadata and controls

16 lines (12 loc) · 248 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// MyCustomView.h
// SDL Custom View App
//
// Created by Darrell Walisser on Fri Jul 18 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface MyCustomView : NSQuickDrawView
{
}
@end