Give accurate names to most of the items in the nib. Tweak button appearance on the...
[enjoyable.git] / NSError+Description.h
1 #import <Foundation/Foundation.h>
2
3 @interface NSError (Description)
4
5 + (NSError *)errorWithDomain:(NSString *)domain
6 code:(NSInteger)code
7 description:(NSString *)description;
8
9 @end