aboutsummaryrefslogtreecommitdiffstats
path: root/Copy Mailto/DefaultURLHandler.h
blob: f2973303b11e55c8a43294d52fb4ae5864447278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  DefaultURLHandler.h
//  Copy Mailto
//
//  Created by tw on 9/5/18.
//  Copyright © 2018 tw. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface DefaultURLHandler : NSObject

+ (OSStatus)setDefaultURLHandler;

@end