Last active
March 24, 2020 16:57
-
-
Save bill350/0e9e6e0883595a3f67b14acd6f3ea9c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
/// UIKit properties for ViewModels | |
struct FormItemUIProperties { | |
var tintColor = UIColor.red | |
var keyboardType = UIKeyboardType.default | |
var cellType: FormItemCellType? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Could you please provide the entire project link to download?