Нет описания

DestructiveAlertAction.swift 507B

1234567891011121314151617
  1. //
  2. // DestructiveAlertAction.swift
  3. // PaiAi
  4. //
  5. // Created by FFIB on 2017/11/20.
  6. // Copyright © 2017年 yb. All rights reserved.
  7. //
  8. import UIKit
  9. //class DestructiveAlertAction: FFAlertAction {
  10. // init(title: String, handler: ((FFAlertAction) -> Void)?) {
  11. // super.init(attributedTitle: NSAttributedString(string: title, attributes: [NSAttributedString.Key.foregroundColor: UIColor(r: 248, g: 86, b: 131)]),
  12. // backgroundColor: UIColor.white, handler: handler)
  13. // }
  14. //}