aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUnitTestingTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUnitTestingTest.m')
-rw-r--r--UnitTesting/GTMUnitTestingTest.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/UnitTesting/GTMUnitTestingTest.m b/UnitTesting/GTMUnitTestingTest.m
index d14795f..0f87d28 100644
--- a/UnitTesting/GTMUnitTestingTest.m
+++ b/UnitTesting/GTMUnitTestingTest.m
@@ -42,6 +42,7 @@ NSString *const kGTMWindowSaveFileName = @"GTMUnitTestingWindow";
@end
@interface GTMUnitTestingProxyTest : NSProxy
+- (id)init;
@end
@implementation GTMUnitTestingTest