mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
16 lines
263 B
Objective-C
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
|