From f8d5577d2a6ea84cfe1e06b1471570694c34585a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 4 Jan 2016 12:58:58 -0500 Subject: Add _CNZombie_ and FigIrisAutoTrimmerMotionSampleExport to the know classes --- DebugUtils/GTMMethodCheck.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DebugUtils/GTMMethodCheck.m') diff --git a/DebugUtils/GTMMethodCheck.m b/DebugUtils/GTMMethodCheck.m index 64bd6f9..ac43a49 100644 --- a/DebugUtils/GTMMethodCheck.m +++ b/DebugUtils/GTMMethodCheck.m @@ -23,7 +23,7 @@ #import "GTMObjC2Runtime.h" #import -// Checks to see if the cls passed in (or one of it's superclasses) conforms +// Checks to see if the cls passed in (or one of its superclasses) conforms // to NSObject protocol. Inheriting from NSObject is the easiest way to do this // but not all classes (i.e. NSProxy) inherit from NSObject. Also, some classes // inherit from Object instead of NSObject which is fine, and we'll count as @@ -46,6 +46,8 @@ static BOOL ConformsToNSObjectProtocol(Class cls) { || (strncmp(className, "_NS", 3) == 0) || (strncmp(className, "__NS", 4) == 0) || (strcmp(className, "CFObject") == 0) + || (strcmp(className, "_CNZombie_") == 0) + || (strcmp(className, "FigIrisAutoTrimmerMotionSampleExport") == 0) || (strcmp(className, "__IncompleteProtocol") == 0) || (strcmp(className, "__ARCLite__") == 0) || (strcmp(className, "WebMIMETypeRegistry") == 0) -- cgit v1.2.3