17 lines
358 B
YAML
17 lines
358 B
YAML
|
inputfiles:
|
||
|
- /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
|
||
|
classes:
|
||
|
- NSAutoreleasePool
|
||
|
- NSArray
|
||
|
- NSMutableArray
|
||
|
- NSString
|
||
|
- NSObject
|
||
|
subclasses:
|
||
|
MyClass:
|
||
|
NSObject:
|
||
|
- dealloc
|
||
|
- release
|
||
|
frameworks:
|
||
|
- Foundation
|
||
|
pragma: [ clang diagnostic ignored "-Wformat-security" ]
|