Last active
July 17, 2017 09:34
-
-
Save sunnyleeyun/29d6f660d2534245ecdfaad040bebcb9 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
//c. 處理TableviewCell的DishesTableViewCell。 | |
class DishesTableViewCell: UITableViewCell { | |
@IBOutlet weak var nameMeal: UILabel! | |
@IBOutlet weak var timeMeal: UILabel! | |
@IBOutlet weak var imageMeal: UIImageView! | |
@IBOutlet weak var cookNameMeal: UILabel! | |
@IBOutlet weak var cookHowMeal: UITextView! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment