blob: 0f7b7f1f7b477f8a74406591a8c034b6546c8663 [file] [log] [blame]
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-1998, 2000-2001, 2004-2006 Steve Nygard
#import "CDLoadCommand.h"
@interface CDDynamicSymbolTable : CDLoadCommand
{
struct dysymtab_command dysymtab;
}
- (id)initWithPointer:(const void *)ptr machOFile:(CDMachOFile *)aMachOFile;
@end