Documentation
1
2
3
4
5
6
7
8
9
10
11
mod file_dialog;
mod message_dialog;

mod modal_future;

mod utils;

use objc::runtime::Object;
trait AsModal {
    fn modal_ptr(&mut self) -> *mut Object;
}