mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-26 22:00:27 +00:00
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
//
|
|
// Prefix header for all source files of the 'class-dump' target in the 'class-dump' project.
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import "CDExtensions.h"
|
|
#define __cmd __PRETTY_FUNCTION__
|
|
#endif
|