mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
7 lines
139 B
Objective-C
7 lines
139 B
Objective-C
//go:build darwin
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface WebviewDrag : NSView <NSDraggingDestination>
|
|
@property unsigned int windowId;
|
|
@end |