1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/objc/reader.h
2016-03-06 01:24:16 -06:00

3 lines
71 B
C

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