Files
wails/v3/pkg/application/webview_window_darwin_drag.h

7 lines
139 B
Objective-C

//go:build darwin
#import <AppKit/AppKit.h>
@interface WebviewDrag : NSView <NSDraggingDestination>
@property unsigned int windowId;
@end