aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMExceptionalInlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMExceptionalInlines.h')
-rw-r--r--Foundation/GTMExceptionalInlines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Foundation/GTMExceptionalInlines.h b/Foundation/GTMExceptionalInlines.h
index 25635c1..ce30db9 100644
--- a/Foundation/GTMExceptionalInlines.h
+++ b/Foundation/GTMExceptionalInlines.h
@@ -37,6 +37,7 @@
// functions where possible.
FOUNDATION_EXPORT NSRange GTMNSMakeRange(NSUInteger loc, NSUInteger len);
+FOUNDATION_EXPORT CFRange GTMCFRangeMake(NSUInteger loc, NSUInteger len);
FOUNDATION_EXPORT CGPoint GTMCGPointMake(CGFloat x, CGFloat y);
FOUNDATION_EXPORT CGSize GTMCGSizeMake(CGFloat width, CGFloat height);