mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-01 00:13:37 +00:00
Currently failing to match behaviour of Objective-C equivalent.
24 lines
321 B
Plaintext
24 lines
321 B
Plaintext
/*
|
|
* PagePreviewController.j
|
|
* CappScalingTest
|
|
*
|
|
* Created by David Richardson on March 15, 2021.
|
|
* Copyright 2021, David Richardson All rights reserved.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
|
|
@implementation PagePreviewController : CPViewController
|
|
{
|
|
|
|
}
|
|
|
|
- (void)awakeFromCib
|
|
{
|
|
|
|
}
|
|
|
|
@end
|