From 66a61fbc1c930c8e5c2655ba03d31197e04fe400 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 4 Apr 2012 00:02:43 +0000 Subject: [Author: aharper] Implement sel_isEqual R=dmaclach APPROVED=dmaclach --- Foundation/GTMObjC2Runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Foundation/GTMObjC2Runtime.h') diff --git a/Foundation/GTMObjC2Runtime.h b/Foundation/GTMObjC2Runtime.h index da8c301..2ddde67 100644 --- a/Foundation/GTMObjC2Runtime.h +++ b/Foundation/GTMObjC2Runtime.h @@ -68,6 +68,7 @@ OBJC_EXPORT struct objc_method_description protocol_getMethodDescription(Protoco SEL aSel, BOOL isRequiredMethod, BOOL isInstanceMethod); +OBJC_EXPORT BOOL sel_isEqual(SEL lhs, SEL rhs); // If building for 10.4 but using the 10.5 SDK, don't include these. #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 -- cgit v1.2.3