aboutsummaryrefslogtreecommitdiffstats
path: root/Copy Mailto/DefaultURLHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Copy Mailto/DefaultURLHandler.h')
-rw-r--r--Copy Mailto/DefaultURLHandler.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Copy Mailto/DefaultURLHandler.h b/Copy Mailto/DefaultURLHandler.h
new file mode 100644
index 0000000..dc09ffc
--- /dev/null
+++ b/Copy Mailto/DefaultURLHandler.h
@@ -0,0 +1,15 @@
+//
+// DefaultURLHandler.h
+// CopyMailto
+//
+// Created by tw on 9/5/18.
+// Copyright © 2018 tw. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DefaultURLHandler : NSObject
+
++ (OSStatus)setDefaultURLHandler;
+
+@end