Merge branch 'bugfix/dashfix' into 'develop'

some class is using a xib.

See merge request BPHV_MIPS/mvm_core_ui!219
This commit is contained in:
Pfeil, Scott Robert 2020-01-13 14:47:18 -05:00
commit b35056b985

View File

@ -31,7 +31,6 @@ open class DashLine: View {
required public init?(coder: NSCoder) {
super.init(coder: coder)
fatalError("DashLine xib not supported")
}
//------------------------------------------------------