├── AVFoundation.swift ├── AppKit.swift ├── CloudKit.swift ├── CoreAudio.swift ├── CoreBluetooth.swift ├── CoreData.swift ├── CoreGraphics.swift ├── CoreImage.swift ├── CoreLocation.swift ├── CoreMedia.swift ├── Darwin.swift ├── Dispatch.swift ├── EventKit.swift ├── Foundation.swift ├── GLKit.swift ├── GameKit.swift ├── GameplayKit.swift ├── LocalAuthentication.swift ├── MultipeerConnectivity.swift ├── ObjectiveC.swift ├── OpenCL.swift ├── README.md ├── SceneKit.swift ├── Security.swift ├── SpriteKit.swift ├── Swift.swift ├── SwiftShims.swift ├── WebKit.swift ├── XCTest.swift ├── graphviz ├── swift-pointers.dot ├── swift-protocol-collection.dot ├── swift-protocol-index.dot └── swift-protocol-rawopt.dot ├── misc ├── dump.py ├── keywords.text ├── swift-mode └── swift-stdlib-symbols.text └── simd.swift /AVFoundation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/AVFoundation.swift -------------------------------------------------------------------------------- /AppKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/AppKit.swift -------------------------------------------------------------------------------- /CloudKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CloudKit.swift -------------------------------------------------------------------------------- /CoreAudio.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreAudio.swift -------------------------------------------------------------------------------- /CoreBluetooth.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreBluetooth.swift -------------------------------------------------------------------------------- /CoreData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreData.swift -------------------------------------------------------------------------------- /CoreGraphics.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreGraphics.swift -------------------------------------------------------------------------------- /CoreImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreImage.swift -------------------------------------------------------------------------------- /CoreLocation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreLocation.swift -------------------------------------------------------------------------------- /CoreMedia.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/CoreMedia.swift -------------------------------------------------------------------------------- /Darwin.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/Darwin.swift -------------------------------------------------------------------------------- /Dispatch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/Dispatch.swift -------------------------------------------------------------------------------- /EventKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/EventKit.swift -------------------------------------------------------------------------------- /Foundation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/Foundation.swift -------------------------------------------------------------------------------- /GLKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/GLKit.swift -------------------------------------------------------------------------------- /GameKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/GameKit.swift -------------------------------------------------------------------------------- /GameplayKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/GameplayKit.swift -------------------------------------------------------------------------------- /LocalAuthentication.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/LocalAuthentication.swift -------------------------------------------------------------------------------- /MultipeerConnectivity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/MultipeerConnectivity.swift -------------------------------------------------------------------------------- /ObjectiveC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/ObjectiveC.swift -------------------------------------------------------------------------------- /OpenCL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/OpenCL.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/README.md -------------------------------------------------------------------------------- /SceneKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/SceneKit.swift -------------------------------------------------------------------------------- /Security.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/Security.swift -------------------------------------------------------------------------------- /SpriteKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/SpriteKit.swift -------------------------------------------------------------------------------- /Swift.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/Swift.swift -------------------------------------------------------------------------------- /SwiftShims.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/SwiftShims.swift -------------------------------------------------------------------------------- /WebKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/WebKit.swift -------------------------------------------------------------------------------- /XCTest.swift: -------------------------------------------------------------------------------- 1 | // TODO! 2 | -------------------------------------------------------------------------------- /graphviz/swift-pointers.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/graphviz/swift-pointers.dot -------------------------------------------------------------------------------- /graphviz/swift-protocol-collection.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/graphviz/swift-protocol-collection.dot -------------------------------------------------------------------------------- /graphviz/swift-protocol-index.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/graphviz/swift-protocol-index.dot -------------------------------------------------------------------------------- /graphviz/swift-protocol-rawopt.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/graphviz/swift-protocol-rawopt.dot -------------------------------------------------------------------------------- /misc/dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/misc/dump.py -------------------------------------------------------------------------------- /misc/keywords.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/misc/keywords.text -------------------------------------------------------------------------------- /misc/swift-mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/misc/swift-mode -------------------------------------------------------------------------------- /misc/swift-stdlib-symbols.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/misc/swift-stdlib-symbols.text -------------------------------------------------------------------------------- /simd.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andelf/Defines-Swift/HEAD/simd.swift --------------------------------------------------------------------------------