arq_restore/UserLibrary_Arq.h

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