mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
@import <AppKit/CPDocument.j>
|
|
|
|
@implementation Document : CPDocument
|
|
{
|
|
}
|
|
|
|
- (CPString)windowCibName
|
|
{
|
|
return @"Document";
|
|
}
|
|
|
|
@end
|