Types should start with a capital letter

This commit is contained in:
Lukas Spieß
2014-04-24 16:38:23 +02:00
parent 10c5475a02
commit b5348f7dcb
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
/**
* Custom block that handles the alert that prompts the user whether he wants to send crash reports
*/
typedef void(^customAlertViewHandler)();
typedef void(^CustomAlertViewHandler)();
/**