diff options
author | Teddy Wing | 2018-09-06 00:10:03 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-06 00:10:03 +0200 |
commit | d35983a3ace2d869aa478d107f475ca835b66e50 (patch) | |
tree | 810aae10eb11011af94a03f191776d6bbbb14702 /CopyMailto/DefaultURLHandler.h | |
parent | 4e2eea2beb2705e028226fe0300d17a7e223ec3c (diff) | |
download | Copy-Mailto-d35983a3ace2d869aa478d107f475ca835b66e50.tar.bz2 |
Rename the project directory "CopyMailto" -> "Copy Mailto"
Diffstat (limited to 'CopyMailto/DefaultURLHandler.h')
-rw-r--r-- | CopyMailto/DefaultURLHandler.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/CopyMailto/DefaultURLHandler.h b/CopyMailto/DefaultURLHandler.h deleted file mode 100644 index dc09ffc..0000000 --- a/CopyMailto/DefaultURLHandler.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// 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 |