@@ -69,10 +69,14 @@ @end @interface TestsAppDelegate (OFArrayTests) - (void)arrayTests; @end + +@interface TestsAppDelegate (OFBlockTests) +- (void)blockTests; +@end @interface TestsAppDelegate (OFDataArrayTests) - (void)dataArrayTests; @end