//go:build darwin #ifndef _DIALOGS_DELEGATE_H_ #define _DIALOGS_DELEGATE_H_ #import #import // create an NSOpenPanel delegate to handle the callback @interface OpenPanelDelegate : NSObject @property (nonatomic, strong) NSArray *allowedExtensions; @end #endif