Created
July 27, 2018 17:34
-
-
Save azamsharp/1d2b3e89bc9543f787f9ff9e203d2064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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