blob: a633fa71a2331405e12dff1e275f12d127fddca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// XDG.h
// DomeKey
//
// Created by tw on 10/24/18.
// Copyright © 2018 tw. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface XDG : NSObject
@end
|