Skip to content

Instantly share code, notes, and snippets.

@nabs107
Created February 4, 2022 07:03
Show Gist options
  • Save nabs107/b2b67aa12308646a308abb05757d91e1 to your computer and use it in GitHub Desktop.
Save nabs107/b2b67aa12308646a308abb05757d91e1 to your computer and use it in GitHub Desktop.
//
// 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