Skip to content

Commit c1d0178

Browse files
author
Karina Fernandez
authored
Merge pull request #6 from MrAlek/fix/make-floatlabelcell-open
Open for subclassing
2 parents 715ef0d + 80cdbbc commit c1d0178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FloatLabelRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import MapKit
2929
import Eureka
3030

3131
//MARK: FloatLabelCell
32-
public class _FloatLabelCell<T>: Cell<T>, UITextFieldDelegate, TextFieldCell where T: Equatable, T: InputTypeInitiable {
32+
open class _FloatLabelCell<T>: Cell<T>, UITextFieldDelegate, TextFieldCell where T: Equatable, T: InputTypeInitiable {
3333

3434
public var textField: UITextField! { return floatLabelTextField }
3535

0 commit comments

Comments
 (0)