We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c048e9 commit f18cd04Copy full SHA for f18cd04
Expecta/EXPDefines.h
@@ -9,9 +9,9 @@
9
#ifndef Expecta_EXPDefines_h
10
#define Expecta_EXPDefines_h
11
12
-typedef void (^EXPBasicBlock)();
13
-typedef id (^EXPIdBlock)();
14
-typedef BOOL (^EXPBoolBlock)();
15
-typedef NSString *(^EXPStringBlock)();
+typedef void (^EXPBasicBlock)(void);
+typedef id (^EXPIdBlock)(void);
+typedef BOOL (^EXPBoolBlock)(void);
+typedef NSString *(^EXPStringBlock)(void);
16
17
#endif
0 commit comments