mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
10 lines
189 B
C
10 lines
189 B
C
|
//
|
||
|
// CKDownloadDirectory.h
|
||
|
// mas-cli
|
||
|
//
|
||
|
// Created by Ben Chatelain on 7/8/18.
|
||
|
// Copyright © 2018 mas-cli. All rights reserved.
|
||
|
//
|
||
|
|
||
|
NSString* CKDownloadDirectory(NSString *target);
|