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

3 lines
71 B
C
Raw Permalink Normal View History

NSArray * tokenize(NSString *str);
NSObject * read_str(NSString *str);