MyCustomView.h 248 Bytes EditWeb IDE 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