mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
15 lines
262 B
Objective-C
15 lines
262 B
Objective-C
//
|
|
// UserLibrary.h
|
|
// Backup
|
|
//
|
|
// Created by Stefan Reitshamer on 8/18/09.
|
|
// Copyright 2009 PhotoMinds LLC. All rights reserved.
|
|
//
|
|
|
|
|
|
#import "UserLibrary.h"
|
|
|
|
@interface UserLibrary (Arq)
|
|
+ (NSString *)arqUserLibraryPath;
|
|
+ (NSString *)arqCachePath;
|
|
@end
|