mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
17 lines
195 B
Plaintext
17 lines
195 B
Plaintext
|
|
@import <Foundation/Foundation.j>
|
|
|
|
@import "CPMutableArrayTest.j"
|
|
|
|
|
|
@implementation _CPJavaScriptArrayTest : CPMutableArrayTest
|
|
{
|
|
}
|
|
|
|
+ (Class)arrayClass
|
|
{
|
|
return _CPJavaScriptArray;
|
|
}
|
|
|
|
@end
|