Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForProjectBuilder/SDL Custom Cocoa Application/MyCustomView.h @ 2207:d63e9f5944ae
Unpacked project archives to get individual file history in subversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2007 17:09:01 +0000 |
parents | |
children | 59a667370c57 |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 // | |
2 // MyCustomView.h | |
3 // SDL Custom View App | |
4 // | |
5 // Created by Darrell Walisser on Fri Jul 18 2003. | |
6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved. | |
7 // | |
8 | |
9 #import <AppKit/AppKit.h> | |
10 | |
11 | |
12 @interface MyCustomView : NSQuickDrawView | |
13 { | |
14 } | |
15 | |
16 @end |