Skip to content

Commit b0b8bf9

Browse files
committed
StoreCreationSummaryView: mark init?(coder aDecoder: NSCoder) as unavailable.
1 parent 111fee4 commit b0b8bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/Authentication/Store Creation/StoreCreationSummaryView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ final class StoreCreationSummaryHostingController: UIHostingController<StoreCrea
1414
}
1515
}
1616

17+
@available(*, unavailable)
1718
required dynamic init?(coder aDecoder: NSCoder) {
1819
fatalError("init(coder:) has not been implemented")
1920
}

0 commit comments

Comments
 (0)