arq_restore/UserLibrary_Arq.h
2011-08-16 15:19:44 -04:00

15 lines
285 B
Objective-C

//
// UserLibrary.h
// Backup
//
// Created by Stefan Reitshamer on 8/18/09.
// Copyright 2009 PhotoMinds LLC. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "UserLibrary.h"
@interface UserLibrary (Arq)
+ (NSString *)arqUserLibraryPath;
+ (NSString *)arqCachePath;
@end