1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00
mal/impls/objc/printer.h

4 lines
92 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
NSString * _pr_str(NSObject * obj, BOOL print_readably);