Fixing naming convention

pull/22/head
Oguzhan Gungor 7 years ago
parent 27715026d7
commit a4263c2229
  1. 2
      Trust/Extensions/UIAlertController.swift

@ -31,7 +31,7 @@ extension UIAlertController {
return alertController
}
static func alert(_ title: String,
static func alert(title: String,
message: String,
alertButtonTitles: [String],
alertButtonStyles: [UIAlertActionStyle],

Loading…
Cancel
Save