Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Our class for handling NSServices messages.
|
||||
@interface WarpServicesProvider : NSObject
|
||||
@end
|
||||
|
||||
// Functions implemented in Rust.
|
||||
id warp_services_provider_custom_url_scheme();
|
||||
void warp_app_open_urls(id app, id urls);
|
||||
Reference in New Issue
Block a user