Seregon/StratoSDK

StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.

Rust/27.3 KB/No license
crates/strato-ui-renderer/src/platform/mac/objc/alert.h
1#import <AppKit/AppKit.h>
2 
3NSModalResponse configureAndRunModal(NSAlert* alert, NSApplication* app);
4