File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,9 @@ Classes:
282
282
- Name: NSDecimalNumber
283
283
SwiftName: NSDecimalNumber
284
284
SwiftBridge: Decimal
285
- Methods:
286
- - Selector: notANumber
287
- SwiftName: notANumber()
288
- MethodKind: Class
285
+ Properties:
286
+ - Name: notANumber
287
+ SwiftName: notANumber
289
288
- Name: NSDecimalNumberHandler
290
289
SwiftName: NSDecimalNumberHandler
291
290
- Name: NSDeleteCommand
@@ -711,19 +710,15 @@ Classes:
711
710
SwiftName: prepare(forReadingItemsAt:options:writingItemsAt:options:error:byAccessor:)
712
711
MethodKind: Instance
713
712
- Name: NSFileHandle
714
- Methods:
715
- - Selector: fileHandleWithStandardInput
716
- SwiftName: standardInput()
717
- MethodKind: Class
718
- - Selector: fileHandleWithStandardOutput
719
- SwiftName: standardOutput()
720
- MethodKind: Class
721
- - Selector: fileHandleWithStandardError
722
- SwiftName: standardError()
723
- MethodKind: Class
724
- - Selector: fileHandleWithNullDevice
725
- SwiftName: nullDevice()
726
- MethodKind: Class
713
+ Properties:
714
+ - Name: fileHandleWithStandardInput
715
+ SwiftName: standardInput
716
+ - Name: fileHandleWithStandardOutput
717
+ SwiftName: standardOutput
718
+ - Name: fileHandleWithStandardError
719
+ SwiftName: standardError
720
+ - Name: fileHandleWithNullDevice
721
+ SwiftName: nullDevice
727
722
- Name: NSFileManager
728
723
Methods:
729
724
- Selector: 'mountedVolumeURLsIncludingResourceValuesForKeys:options:'
You can’t perform that action at this time.
0 commit comments