mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 15:45:50 +01:00
7 lines
No EOL
139 B
Objective-C
7 lines
No EOL
139 B
Objective-C
//go:build darwin
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface WebviewDrag : NSView <NSDraggingDestination>
|
|
@property unsigned int windowId;
|
|
@end |