Files
MacPass/MacPass/NSError+Messages.h
2013-09-04 21:27:58 +02:00

16 lines
268 B
Objective-C

//
// NSError+Messages.h
// MacPass
//
// Created by Michael Starke on 04.09.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSError (Messages)
- (NSString *)descriptionForErrorCode;
@end