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

16 lines
263 B
Objective-C

//
// Encryption.m
// Arq
//
// Created by Stefan Reitshamer on 7/15/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import "Encryption.h"
@implementation Encryption
+ (NSString *)errorDomain {
return @"EncryptionErrorDomain";
}
@end