arq_restore/crypto/Encryption.h

16 lines
212 B
Objective-C

//
// Encryption.h
// Arq
//
// Created by Stefan Reitshamer on 7/15/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
@interface Encryption : NSObject {
}
+ (NSString *)errorDomain;
@end