typos
This commit is contained in:
parent
924712c1c1
commit
de07ebbff5
|
|
@ -22,10 +22,10 @@
|
|||
|
||||
import UIKit
|
||||
|
||||
/// Class used to intantiate custom view in storyboards
|
||||
/// Class used to instantiate custom view in storyboards
|
||||
open class XibView: UIView {
|
||||
|
||||
/// Nib name used to intanciate inner view
|
||||
/// Nib name used to instantiate inner view
|
||||
open var innerViewNibName: String {
|
||||
return className(of: type(of: self))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue