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

Latest commit

 

History

History
15 lines (11 loc) · 247 Bytes

File metadata and controls

15 lines (11 loc) · 247 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
//
// 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>
Jul 24, 2007
Jul 24, 2007
12
@ interface MyCustomView:NSQuickDrawView {