Files
baRSS/baRSS/Helper/URLScheme.h
2022-10-01 15:39:20 +02:00

6 lines
85 B
Objective-C

@import Cocoa;
@interface URLScheme : NSObject
+ (void)withURL:(NSString*)url;
@end