mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-13 14:11:27 +00:00
19 lines
233 B
Plaintext
19 lines
233 B
Plaintext
|
|
import <Foundation/CPObject.j>
|
|
|
|
|
|
@implementation NSArray : CPObject
|
|
{
|
|
}
|
|
|
|
- (id)initWithCoder:(CPCoder)aCoder
|
|
{
|
|
return [aCoder _decodeArrayOfObjectsForKey:@"NS.objects"];
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation NSMutableArray : NSArray
|
|
{
|
|
}
|
|
@end |