summaryrefslogtreecommitdiff
path: root/CyteKit/IndirectDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/IndirectDelegate.h')
-rw-r--r--CyteKit/IndirectDelegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CyteKit/IndirectDelegate.h b/CyteKit/IndirectDelegate.h
index 386e462..e1c0f25 100644
--- a/CyteKit/IndirectDelegate.h
+++ b/CyteKit/IndirectDelegate.h
@@ -44,8 +44,11 @@
_transient volatile id delegate_;
}
+- (id) delegate;
- (void) setDelegate:(id)delegate;
+
- (id) initWithDelegate:(id)delegate;
+
@end
#endif//CyteKit_IndirectDelegate_H