Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created July 27, 2018 17:34
Show Gist options
  • Save azamsharp/1d2b3e89bc9543f787f9ff9e203d2064 to your computer and use it in GitHub Desktop.
Save azamsharp/1d2b3e89bc9543f787f9ff9e203d2064 to your computer and use it in GitHub Desktop.
import Foundation
import UIKit
// InvoiceView.swift
class InvoiceView :UIView {
@IBOutlet weak var coffeeNameLabel :UILabel!
@IBOutlet weak var deliveryLocationLabel :UILabel!
}
// ConfirmView.swift
import Foundation
import UIKit
class ConfirmView :UIView {
@IBOutlet weak var coffeeName :UILabel!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment