mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
|
|
@import "_CPDOMWindow.j"
|
|
|
|
|
|
@implementation _CPBrowserWindow : _CPDOMWindow
|
|
{
|
|
}
|
|
@end
|
|
|
|
[CPPlatformWindow _setPlatformWindowClass:[_CPBrowserWindow class]];
|