1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/objc/core.h

8 lines
91 B
C
Raw Normal View History

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