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

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