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
|
import VDSColorTokens
|
||||||
|
|
||||||
class ToggleViewController: UIViewController, StoryboardInitable {
|
class ToggleViewController: UIViewController, StoryboardInitable {
|
||||||
|
deinit {
|
||||||
|
print("\(Self.self) deinit")
|
||||||
|
}
|
||||||
|
|
||||||
enum PickerType {
|
enum PickerType {
|
||||||
case surface, textSize, textPosition, fontWeight
|
case surface, textSize, textPosition, fontWeight
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user