6af9321ea9
* SwiftLint warnings and errors, added some short variable names in config * Example project to Swift 4.2 and Xcode 10 * bump version
11 lines
129 B
Swift
11 lines
129 B
Swift
import UIKit
|
|
|
|
internal class LightboxImageStub: LightboxImage {
|
|
|
|
// MARK: - Initialization
|
|
init () {
|
|
super.init()
|
|
}
|
|
|
|
}
|