comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h @ 2220:4d2d0548f5b2

Don't run indent on the Xcode templates
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Aug 2007 18:51:12 +0000
parents 59a667370c57
children
comparison
equal deleted inserted replaced
2219:f6099efa3f0b 2220:4d2d0548f5b2
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 {
13 } 14 }
14 15
15 @end 16 @end