~ogre-team/testogre/soc09-samples

« back to all changes in this revision

Viewing changes to Samples/Common/src/Cocoa/OgreCustomNib.nib/classes.nib

  • Committer: sinbad
  • Date: 2009-09-27 15:58:44 UTC
  • Revision ID: svn-v4:8631bf8a-c64b-0410-883c-f3eb003322f7:branches/soc09-samples:9122
Merged trunk changes to r9109 into soc09-samples so that we can perform platform tests & refine
Once again a staged commit because of crappy server performance

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    IBClasses = (
 
3
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
 
4
        {
 
5
            CLASS = OgreController; 
 
6
            LANGUAGE = ObjC; 
 
7
            OUTLETS = {ogreView = id; }; 
 
8
            SUPERCLASS = NSObject; 
 
9
        }, 
 
10
        {CLASS = OgreView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
 
11
        {CLASS = OgreWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }
 
12
    ); 
 
13
    IBVersion = 1; 
 
14
}
 
 
b'\\ No newline at end of file'