CPObject_CPCibObjectData
@implementation _CPCibObjectData : CPObject
Method Summary | |
---|---|
-(id) | initWithCoder:(CPCoder)aCoder - (CPArray)topLevelObjects { var count = [_objectsValues count]; while (count--) { var eachObject = _objectsValues[count]; if(eachObject == _fileOwner) { var anObject = _objectsKeys[count]; if (anObject != _fileOwner) topLevelObjects. |
-(id) | NS_initWithCoder:(CPCoder)aCoder |
-(void) | encodeWithCoder:(CPCoder)aCoder |
Method Detail |
---|
-(id)initWithCoder:(CPCoder)aCoder
aCoder
-(id)NS_initWithCoder:(CPCoder)aCoder
aCoder
-(void)encodeWithCoder:(CPCoder)aCoder
aCoder
Created on Sat Sep 13 14:15:43 PDT 2008