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.
2 parents 7c048e9 + f18cd04 commit b7b86f7Copy full SHA for b7b86f7
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