added deinit

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-15 09:03:47 -05:00
parent 92ccbbeceb
commit 01cfa940c7

View File

@ -11,6 +11,10 @@ import VDS
import VDSColorTokens
class ToggleViewController: UIViewController, StoryboardInitable {
deinit {
print("\(Self.self) deinit")
}
enum PickerType {
case surface, textSize, textPosition, fontWeight
}