Greg
a616761475
Add methods for protocols that Objective-C interfaces claim to implement. Separate class methods from instance methods in internal data structures. Add layout constraints with visual formats to examples/app. Fix typedefs for wrapped objective-c object types.
24 lines
499 B
YAML
24 lines
499 B
YAML
inputfiles:
|
|
- /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
|
|
classes:
|
|
- NSAutoreleasePool
|
|
- NSArray
|
|
- NSMutableArray
|
|
- NSDictionary
|
|
- NSEnumerator
|
|
- NSSet
|
|
- NSDate
|
|
- NSTimeZone
|
|
- NSCalendar
|
|
- NSLocale
|
|
- NSCharacterSet
|
|
- NSString
|
|
- NSScanner
|
|
- NSFileManager
|
|
- NSObject
|
|
functions: [ NSMakeRange ]
|
|
enums: [ P_ALL, CF.* ]
|
|
frameworks: [ Foundation ]
|
|
pragma: [ clang diagnostic ignored "-Wformat-security" ]
|
|
vaargs: 32
|