blob: b19785c95cf25cea0421a143e21a508fc41c3711 [file] [log] [blame]
// -*- mode: ObjC -*-
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-2019 Steve Nygard.
#import "NSError-CDExtensions.h"
NSString *NSErrorDomain_ClassDump = @"com.stevenygard.MachObjC.ErrorDomain";
@implementation NSError (CDExtensions)
@end