From 27156550b646a74d2345b4ff9650b7a3b4ba052e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 16 Feb 2013 22:03:09 +0000 Subject: Fix more wanrings by creating a protocol that delegates of the copy table should conform to. --- Source/SPTableContentDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTableContentDelegate.h') diff --git a/Source/SPTableContentDelegate.h b/Source/SPTableContentDelegate.h index c3bfedd4..94a12305 100644 --- a/Source/SPTableContentDelegate.h +++ b/Source/SPTableContentDelegate.h @@ -32,6 +32,6 @@ #import "SPTableContent.h" -@interface SPTableContent (SPTableContentDelegate) +@interface SPTableContent (SPTableContentDelegate) @end -- cgit v1.2.3