Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/English.lproj/SDLMain.nib/classes.nib @ 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 |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 { | |
2 IBClasses = ( | |
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, | |
4 { | |
5 ACTIONS = {changeNumberOfSprites = id; selectUpdateMode = id; }; | |
6 CLASS = MyController; | |
7 LANGUAGE = ObjC; | |
8 OUTLETS = {"_framesPerSecond" = id; "_numSprites" = id; "_view" = id; "_window" = id; }; | |
9 SUPERCLASS = NSObject; | |
10 }, | |
11 {CLASS = MyCustomView; LANGUAGE = ObjC; SUPERCLASS = NSQuickDrawView; }, | |
12 {CLASS = MyCustomWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, | |
13 { | |
14 CLASS = SDLMain; | |
15 LANGUAGE = ObjC; | |
16 OUTLETS = {"_controller" = id; }; | |
17 SUPERCLASS = NSObject; | |
18 } | |
19 ); | |
20 IBVersion = 1; | |
21 } |