mirror of
https://github.com/darlinghq/class-dump.git
synced 2025-03-01 16:26:05 +00:00
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
//
|
|
// Prefix header for all source files of the 'libMachObjC' target in the 'class-dump' project.
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import "CDExtensions.h"
|
|
#define __cmd __PRETTY_FUNCTION__
|
|
#endif
|