// // WindowContentView.h // HotPocket (macOS) // // Created by Tomek Wójcik on 30/09/2025. // #import NS_ASSUME_NONNULL_BEGIN @interface WindowContentView : NSView @property (strong) NSColor *darkBackgroundColor; @property (strong) NSColor *lightBackgroundColor; @end NS_ASSUME_NONNULL_END