This commit is contained in:
Ivan Smolin 2017-03-28 16:13:30 +03:00
parent 924712c1c1
commit de07ebbff5
1 changed files with 2 additions and 2 deletions

View File

@ -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))
}