Remove MXKAlert class use.

UIAlertController is directly used.
This commit is contained in:
Giom Foret
2017-07-14 16:41:25 +02:00
parent 130d999a26
commit 1e34aa5e1b
16 changed files with 2536 additions and 2160 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
/**
Current alert (if any).
*/
MXKAlert *currentAlert;
UIAlertController *currentAlert;
/**
The list of the section headers currently displayed in the recents table.