comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h @ 2213:59a667370c57

make indent
author Bob Pendleton <bob@pendleton.com>
date Tue, 24 Jul 2007 18:46:45 +0000
parents d63e9f5944ae
children 4d2d0548f5b2
comparison
equal deleted inserted replaced
2212:fdadda42d4d4 2213:59a667370c57
7 // 7 //
8 8
9 #import <AppKit/AppKit.h> 9 #import <AppKit/AppKit.h>
10 10
11 11
12 @interface MyCustomView : NSQuickDrawView 12 @ interface MyCustomView:NSQuickDrawView {
13 {
14 } 13 }
15 14
16 @end 15 @end