aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils
diff options
context:
space:
mode:
Diffstat (limited to 'DebugUtils')
-rw-r--r--DebugUtils/GTMMethodCheck.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/DebugUtils/GTMMethodCheck.m b/DebugUtils/GTMMethodCheck.m
index 2f88dc3..a8c4ae3 100644
--- a/DebugUtils/GTMMethodCheck.m
+++ b/DebugUtils/GTMMethodCheck.m
@@ -44,6 +44,7 @@ static BOOL ConformsToNSObjectProtocol(Class cls) {
// On iPhone we check Object as well
if ((strncmp(className, "NS", 2) == 0)
|| (strncmp(className, "_NS", 3) == 0)
+ || (strncmp(className, "__NS", 4) == 0)
|| (strcmp(className, "CFObject") == 0)
#if GTM_IPHONE_SDK
|| (strcmp(className, "Object") == 0)