diff -r 2131c806440d -r aff9ad6a54a1 ui/cocoa/MainWindow.h --- a/ui/cocoa/MainWindow.h Sun Oct 26 10:30:02 2025 +0100 +++ b/ui/cocoa/MainWindow.h Sun Oct 26 13:10:46 2025 +0100 @@ -31,6 +31,8 @@ @interface MainWindow : NSWindow +@property UiObject *obj; +@property (strong) NSSplitView *splitview; @property (strong) NSView *sidebar; @property (strong) NSView *leftPanel; @property (strong) NSView *rightPanel;