Fix. Remove duplication of type(of:)
This commit is contained in:
parent
f3c90a220d
commit
192e2cdd27
|
|
@ -27,7 +27,7 @@ open class XibView: UIView {
|
|||
|
||||
/// Nib name used to instantiate inner view
|
||||
open var innerViewNibName: String {
|
||||
return className(of: type(of: self))
|
||||
return String(describing: type(of: self))
|
||||
}
|
||||
|
||||
public convenience init() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue