2019-06-06 00:22:07 -04:00
|
|
|
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" ]
|
2019-06-27 11:41:58 -04:00
|
|
|
nogc: true
|