Created
February 4, 2022 07:03
-
-
Save nabs107/b2b67aa12308646a308abb05757d91e1 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
| // | |
| // AlertActionProperties.swift | |
| // BuilderAlert | |
| // | |
| // Created by Nabin Shrestha on 04/02/2022. | |
| // | |
| import UIKit | |
| struct AlertActionProperties { | |
| var title: String? | |
| var alertActionStyle: UIAlertAction.Style = .default | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment