SwiftUI

View

struct Something: View {
    var body: some View {
        Pear()
    }
}