From 9823f9a7a9e5958188ce5e57e1942ed6aafba733 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Mon, 16 Mar 2020 18:19:17 -0400 Subject: [PATCH] auto --- assign3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assign3.md b/assign3.md index d3a3249..c5391bc 100644 --- a/assign3.md +++ b/assign3.md @@ -140,6 +140,7 @@ class ButtonTile: UIButton { self.init() tile = t } +} ``` where you have defined `Tile` in your new model. You can use a `ButtonTile` just like a `UIButton`, but it has the `Tile` information readily at hand -- GitLab