aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUIView+SubtreeDescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUIView+SubtreeDescription.h')
-rw-r--r--iPhone/GTMUIView+SubtreeDescription.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iPhone/GTMUIView+SubtreeDescription.h b/iPhone/GTMUIView+SubtreeDescription.h
index 1e714ed..627298a 100644
--- a/iPhone/GTMUIView+SubtreeDescription.h
+++ b/iPhone/GTMUIView+SubtreeDescription.h
@@ -44,4 +44,10 @@
@end
+@protocol GTMUIViewSubtreeDescription
+// A UIView can implement this and it can add it's own custom description
+// in gtm_subtreeDescriptionLine.
+- (NSString *)myViewDescriptionLine;
+@end
+
#endif // DEBUG