@@ -89,10 +89,14 @@ @end @interface TestsAppDelegate (OFDictionaryTests) - (void)dictionaryTests; @end + +@interface TestsAppDelegate (ForwardingTests) +- (void)forwardingTests; +@end @interface TestsAppDelegate (OFHTTPRequestTests) - (void)HTTPRequestTests; @end