1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00
mal/objc/core.h
2016-03-06 01:24:16 -06:00

8 lines
91 B
Objective-C

#import <Foundation/Foundation.h>
@interface Core : NSObject
+ (NSDictionary *)ns;
@end