aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/GPBRootObject_PackagePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/GPBRootObject_PackagePrivate.h')
-rw-r--r--objectivec/GPBRootObject_PackagePrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/objectivec/GPBRootObject_PackagePrivate.h b/objectivec/GPBRootObject_PackagePrivate.h
index 4e1d3913..f1cfe990 100644
--- a/objectivec/GPBRootObject_PackagePrivate.h
+++ b/objectivec/GPBRootObject_PackagePrivate.h
@@ -40,3 +40,7 @@
+ (void)globallyRegisterExtension:(GPBExtensionField *)field;
@end
+
+// Returns YES if the selector was resolved and added to the class,
+// NO otherwise.
+BOOL GPBResolveExtensionClassMethod(Class self, SEL sel);