Language
Version: 4
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Functions
-
Object Oriented Programming
User Program Communication
Import Module in Swift
Used to import a module with pre-defined functions, constants, and classes.
Syntax
import moduleName
Notes
Many modules are included in Swift, but they can also be imported.
Example
import UIKit