blob: de055114d91700c765297efec6c73b4446ba3357 [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-1998, 2000-2001, 2004-2010 Steve Nygard.
#import "CDLoadCommand.h"
@interface CDLCRoutines64 : CDLoadCommand
{
struct routines_command routinesCommand;
}
- (id)initWithDataCursor:(CDDataCursor *)cursor machOFile:(CDMachOFile *)aMachOFile;
- (uint32_t)cmd;
- (uint32_t)cmdsize;
@end