added deinit
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
92ccbbeceb
commit
01cfa940c7
@ -11,6 +11,10 @@ import VDS
|
||||
import VDSColorTokens
|
||||
|
||||
class ToggleViewController: UIViewController, StoryboardInitable {
|
||||
deinit {
|
||||
print("\(Self.self) deinit")
|
||||
}
|
||||
|
||||
enum PickerType {
|
||||
case surface, textSize, textPosition, fontWeight
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user