mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 22:17:03 +00:00
14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
// Expected output: 0
|
|
|
|
/*
|
|
*/
|
|
|
|
|
|
@import <Foundation/Foundation.j>
|
|
|
|
@implementation MyCall : CPObject
|
|
{
|
|
CPString property1;
|
|
}
|
|
@end
|