mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
16 lines
235 B
Objective-C
16 lines
235 B
Objective-C
//
|
|
// Encryption.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 7/15/11.
|
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface Encryption : NSObject {
|
|
|
|
}
|
|
+ (NSString *)errorDomain;
|
|
@end
|