๐Ÿ”นimport

Swift โŸฉ scope โŸฉ module

In Swift, an import declaration lets you access symbols (types, functions, properties, methods, etc) that are defined outside the current file.

import SwiftUI

Last updated