aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/DefaultURLHandler.h
blob: fb54e9e8569ae9da991641f6b5d7fa2415fb334f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  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;
+ (void)saveDefaultURLHandler;

@end