hotpocket/services/apple/macOS (App)/WindowContentView.h

20 lines
317 B
Objective-C

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