6 lines
85 B
Objective-C
6 lines
85 B
Objective-C
@import Cocoa;
|
|
|
|
@interface URLScheme : NSObject
|
|
+ (void)withURL:(NSString*)url;
|
|
@end
|