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

#import <Foundation/Foundation.h>

@interface XDG : NSObject

+ (NSURL *)dataPath;
+ (NSURL *)domeKeyDataPath;

@end